IContentFreezeStateAllowedOperatingUsers Property 
             | 
          
        
        
          
         
            Gets the 
Users 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.5.94
SyntaxIEnumerable<IUser> AllowedOperatingUsers { get; }ReadOnly Property AllowedOperatingUsers As IEnumerable(Of IUser)
	Get
property IEnumerable<IUser^>^ AllowedOperatingUsers {
	IEnumerable<IUser^>^ get ();
}abstract AllowedOperatingUsers : IEnumerable<IUser> with get
Property Value
Type: 
IEnumerableIUser
See Also