adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SecurityInheritanceOptions Enumeration


In This Topic
    SecurityInheritanceOptions Enumeration
    In This Topic
    Options for security inheritance
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum SecurityInheritanceOptions 
       Inherits System.Enum
    [Flags()]
    public enum SecurityInheritanceOptions : System.Enum 
    [Flags()]
    public enum class SecurityInheritanceOptions : public System.Enum 
    Members
    MemberValueDescription
    ContainerInherit2 Permissions are inherited by child objects that are containers.
    Inherited16 The permission object is inherited
    InheritNone0 The permissions are not inherited
    InheritOnly8 Permissions apply only to child objects, not to the current object.
    NoPropagateInherit4 Permissions are inherited by child objects that are containers, but do not propagate any further.
    ObjectInherit1 Permissions are inherited by child objects that are not containers.
    ValidInheritanceControlFlags15 Mask indicating which bits represent inheritance control flags.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.SecurityInheritanceOptions

    See Also