Autodesk Vault ProfessionalVault API

UpdateSystemACL Method

Autodesk.Connectivity.WebServicesSecurityService

Updates the system ACL for an Entity.

Required Permissions

ACLWrite

Syntax

public ACL UpdateSystemACL(
   System.long entityId,
   ACE[] entries,
   PrpgType prpgType,
   SysAclBeh beh
)
Public Function UpdateSystemACL( _
   ByVal entityId As System.Long, _
   ByVal entries() As ACE, _
   ByVal prpgType As PrpgType, _
   ByVal beh As SysAclBeh _
) As ACL

Parameters

NameDescription
entityIdThe Entity ID.
entriesThe new set of Access Control Entries.
prpgTypeInformation on how the changes should propigate to associated Entities.
behDesired System ACL Behavior (Combined/Override) in applying a System ACL to a Folder

Return Value

The update Access Control List.

See Also