Synchronizes the entire folder tree for the specified portal.

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual int Synchronize(
	int portalId
)
Visual Basic
Public Overridable Function Synchronize ( 
	portalId As Integer
) As Integer

Parameters

portalId
Type: System..::..Int32
The portal identifier.

Return Value

The number of folder collisions.

Implements

IFolderManager..::..Synchronize(Int32)

See Also