summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,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, string relativePath, bool isRecursive, bool syncFiles) ")]
public static void SynchronizeFolder(
	int PortalId,
	string physicalPath,
	string relativePath,
	bool isRecursive,
	bool syncFiles,
	bool forceFolderSync,
	bool hideSystemFolders
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 6.0.  It has been replaced by FolderManager.Instance.Synchronize(int portalID, string relativePath, bool isRecursive, bool syncFiles) ")> 
Public Shared Sub SynchronizeFolder ( 
	PortalId As Integer,
	physicalPath As String,
	relativePath As String,
	isRecursive As Boolean,
	syncFiles As Boolean,
	forceFolderSync As Boolean,
	hideSystemFolders 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,System.Boolean)
physicalPath
Type: System..::..String
paramphysicalPathM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,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,System.Boolean)
isRecursive
Type: System..::..Boolean
paramisRecursiveM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,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,System.Boolean)
forceFolderSync
Type: System..::..Boolean
paramforceFolderSyncM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
hideSystemFolders
Type: System..::..Boolean
paramhideSystemFoldersM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)

See Also