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

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

Syntax

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

Parameters

PortalId
Type: System..::..Int32
paramPortalIdM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)
physicalPath
Type: System..::..String
paramphysicalPathM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)
relativePath
Type: System..::..String
paramrelativePathM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)
isRecursive
Type: System..::..Boolean
paramisRecursiveM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)
syncFiles
Type: System..::..Boolean
paramsyncFilesM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)
forceFolderSync
Type: System..::..Boolean
paramforceFolderSyncM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)

See Also