If true, all child items and comments are auto approved. Moderartors can set

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

Syntax

C#
bool AutoApprove { get; set; }
Visual Basic
Property AutoApprove As Boolean
	Get
	Set
Visual C++
property bool AutoApprove {
	bool get ();
	void set (bool value);
}

See Also