Get the object deletion setting of this manager object, if it will delete object permenants. The value differs by object types.

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

Syntax

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

See Also