Test the flag indicating that previous versions are automatically discarded if Max Number of Version is set.

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool AutoDiscardPreviousVersions { get; }
Visual Basic
ReadOnly Property AutoDiscardPreviousVersions As Boolean
	Get
Visual C++
property bool AutoDiscardPreviousVersions {
	bool get ();
}

See Also