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

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

Syntax

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

See Also