In This Topic
            
            
            Controls the visibility of Option entities.
            
            Syntax
            
            
            
            
            'Declaration
 
<SmartAssembly.Attributes.DoNotPruneTypeAttribute()>
<SmartAssembly.Attributes.DoNotObfuscateTypeAttribute()>
Public Enum OptionType 
   Inherits System.Enum
             
        
            
            [SmartAssembly.Attributes.DoNotPruneType()]
[SmartAssembly.Attributes.DoNotObfuscateType()]
public enum OptionType : System.Enum 
             
        
             
         
            
            Members
| Member | Value | Description | 
| Internal | 0 | 
            The option is for internal use by adTempus and is not sent to the Client.
             | 
| ReadOnly | 2 | 
            The option is sent to the client but cannot be updated.
             | 
| ReadWrite | 1 | 
            The option is sent to the client and can be updated by users with appropriate permissions.
             | 
 
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ArcanaDevelopment.adTempus.Shared.OptionType
 
            
            
            See Also