Gets value indicating whether or not the CProducerAuthority has Nav/Folder Creator permissions.

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

Syntax

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

See Also