ITransitionDisallowDefaultUserOverride Property
|
Gets and sets whether a
Page can be assigned to a different
User,
but only if the
Default User is specified in this transition.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool DisallowDefaultUserOverride { get; set; }
Property DisallowDefaultUserOverride As Boolean
Get
Set
property bool DisallowDefaultUserOverride {
bool get ();
void set (bool value);
}
abstract DisallowDefaultUserOverride : bool with get, set
Property Value
Type:
BooleanSee Also