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.5.94
SyntaxIEnumerable<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: 
IEnumerableString
See Also