Syncrhonizes the specified folder, its files and, optionally, its subfolders.
Namespace: DotNetNuke.Services.FileSystemAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public virtual int Synchronize(
int portalId,
string relativePath,
bool isRecursive,
bool syncFiles
) |
Visual Basic |
---|
Public Overridable Function Synchronize (
portalId As Integer,
relativePath As String,
isRecursive As Boolean,
syncFiles As Boolean
) As Integer |
Return Value
The number of folder collisions.
Implements
IFolderManager..::..Synchronize(Int32, String, Boolean, Boolean)
Exceptions
See Also