Get the list of types that non-seated users can create. Any types beyond this list cannot be created by non-seated users.

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

Syntax

C#
string[] CreatableObjectTypesByNonSeatUsers { get; }
Visual Basic
ReadOnly Property CreatableObjectTypesByNonSeatUsers As String()
	Get
Visual C++
property array<String^>^ CreatableObjectTypesByNonSeatUsers {
	array<String^>^ get ();
}

Remarks

This settings is defined in the license key. By default, only Cartella.Classes.Comment is allowed to be created by non-seated users.

See Also