Gets a value indicating whether the provider supports the MoveFolder method. If a provider supports the MoveFolder method, the folder manager does not have to implement move by copying the folder and then deleting the original.

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

Syntax

C#
public virtual bool SupportsMoveFolder { get; }
Visual Basic
Public Overridable ReadOnly Property SupportsMoveFolder As Boolean
	Get

See Also