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

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("This function has been replaced by SynchronizeFolder(Integer, Integer, String, String, Boolean)")]
public static void SynchronizeFolder(
	int PortalId,
	int AdministratorRoleId,
	string HomeDirectory,
	string physicalPath,
	string relativePath,
	bool isRecursive
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("This function has been replaced by SynchronizeFolder(Integer, Integer, String, String, Boolean)")> 
Public Shared Sub SynchronizeFolder ( 
	PortalId As Integer,
	AdministratorRoleId As Integer,
	HomeDirectory As String,
	physicalPath As String,
	relativePath As String,
	isRecursive As Boolean
)

Parameters

PortalId
Type: System..::..Int32
paramPortalIdM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean)
AdministratorRoleId
Type: System..::..Int32
paramAdministratorRoleIdM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean)
HomeDirectory
Type: System..::..String
paramHomeDirectoryM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean)
physicalPath
Type: System..::..String
paramphysicalPathM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean)
relativePath
Type: System..::..String
paramrelativePathM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean)
isRecursive
Type: System..::..Boolean
paramisRecursiveM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean)

See Also