Autodesk Vault ProfessionalVault API

SysAclBeh Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Used in the definition of a System (State) ACL

Syntax

public enum SysAclBeh : System.Enum 
Public Enum SysAclBeh
   Inherits System.Enum

Members

MemberDescription
CombinedSystem ACL is Combined - effective security is the combination of the user ACL and the system (State) ACL
OverrideSystem ACL is Override - effective security is the Override ACL

Returned By

Where you get a SysAclBeh — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.Connectivity.WebServices.SysAclBeh

See Also