summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean)
Namespace: DotNetNuke.Common.UtilitiesAssembly: 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 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, hideSystemFolders As Boolean ) |
Parameters
- PortalId
- Type: System..::..Int32
paramPortalIdM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean)
- physicalPath
- Type: System..::..String
paramphysicalPathM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean)
- relativePath
- Type: System..::..String
paramrelativePathM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean)
- isRecursive
- Type: System..::..Boolean
paramisRecursiveM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean)
- hideSystemFolders
- Type: System..::..Boolean
paramhideSystemFoldersM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean,System.Boolean)