summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.Synchronize(System.Int32,System.Int32,System.String,System.Boolean)

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 6.0.  It has been replaced by FolderManager.Instance.Synchronize(int portalID) ")]
public static void Synchronize(
	int PortalId,
	int AdministratorRoleId,
	string HomeDirectory,
	bool hideSystemFolders
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 6.0.  It has been replaced by FolderManager.Instance.Synchronize(int portalID) ")> 
Public Shared Sub Synchronize ( 
	PortalId As Integer,
	AdministratorRoleId As Integer,
	HomeDirectory As String,
	hideSystemFolders As Boolean
)

Parameters

PortalId
Type: System..::..Int32
paramPortalIdM:DotNetNuke.Common.Utilities.FileSystemUtils.Synchronize(System.Int32,System.Int32,System.String,System.Boolean)
AdministratorRoleId
Type: System..::..Int32
paramAdministratorRoleIdM:DotNetNuke.Common.Utilities.FileSystemUtils.Synchronize(System.Int32,System.Int32,System.String,System.Boolean)
HomeDirectory
Type: System..::..String
paramHomeDirectoryM:DotNetNuke.Common.Utilities.FileSystemUtils.Synchronize(System.Int32,System.Int32,System.String,System.Boolean)
hideSystemFolders
Type: System..::..Boolean
paramhideSystemFoldersM:DotNetNuke.Common.Utilities.FileSystemUtils.Synchronize(System.Int32,System.Int32,System.String,System.Boolean)

See Also