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

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

Syntax

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

See Also