Gets a value indicating whether this Action will clone the folder.

Namespace:  FreeFlow.Administration
Assembly:  FreeFlow.Administration (in FreeFlow.Administration.dll) Version: 2.0.0.135

Syntax

C#
public bool CloneFolder { get; }
Visual Basic (Declaration)
Public ReadOnly Property CloneFolder As Boolean
Visual C++
public:
property bool CloneFolder {
	bool get ();
}

Field Value

true if the action will clone the folder; otherwise, false.

See Also