IContentFreezeStateAllowedOperatingUserIds Property
|
Gets the ID of
Users that are allowed to open sessions.
Among this list, only administrators are allowed to change the state itself.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<string> AllowedOperatingUserIds { get; }
ReadOnly Property AllowedOperatingUserIds As IEnumerable(Of String)
Get
property IEnumerable<String^>^ AllowedOperatingUserIds {
IEnumerable<String^>^ get ();
}
abstract AllowedOperatingUserIds : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also