summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean)
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("This function has been replaced by SynchronizeFolder(PortalId, physicalPath, relativePath, isRecursive, hideSystemFolders). Deprecated in DotNetNuke 5.3.0")] public static void SynchronizeFolder( int PortalId, string physicalPath, string relativePath, bool isRecursive ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("This function has been replaced by SynchronizeFolder(PortalId, physicalPath, relativePath, isRecursive, hideSystemFolders). Deprecated in DotNetNuke 5.3.0")> Public Shared Sub SynchronizeFolder ( PortalId As Integer, physicalPath As String, relativePath As String, isRecursive As Boolean ) |
Parameters
- PortalId
- Type: System..::..Int32
paramPortalIdM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean)
- physicalPath
- Type: System..::..String
paramphysicalPathM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean)
- relativePath
- Type: System..::..String
paramrelativePathM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean)
- isRecursive
- Type: System..::..Boolean
paramisRecursiveM:DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(System.Int32,System.String,System.String,System.Boolean)