Gets value indicating whether or not the CProducerAuthority has Content Approver permissions.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

See Also