Click or drag to resize

IContentFreezeState.AllowedOperatingUserIds 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.6.308
Syntax
IEnumerable<string> AllowedOperatingUserIds { get; }

Property Value

Type: IEnumerable<String>
See Also