IContentFreezeStateAllowedOperatingGroups Property
|
Gets the
Groups that are allowed to open sessions.
Among this list, only the administrators group is allowed to change the state itself.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IUserGroup> AllowedOperatingGroups { get; }
ReadOnly Property AllowedOperatingGroups As IEnumerable(Of IUserGroup)
Get
property IEnumerable<IUserGroup^>^ AllowedOperatingGroups {
IEnumerable<IUserGroup^>^ get ();
}
abstract AllowedOperatingGroups : IEnumerable<IUserGroup> with get
Property Value
Type:
IEnumerableIUserGroupSee Also