Gets the number of folders that have passed through this action.

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

Syntax

C#
public int FoldersPassThroughCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property FoldersPassThroughCount As Integer
Visual C++
public:
property int FoldersPassThroughCount {
	int get ();
}

See Also