Autodesk Vault ProfessionalVault API

AddSystemACL Method

Autodesk.Connectivity.WebServicesSecurityService

Adds a new system ACL.

Required Permissions

ACLWrite

Syntax

public ACL AddSystemACL(
   ACE[] entries
)
Public Function AddSystemACL( _
   ByVal entries() As ACE _
) As ACL

Parameters

NameDescription
entriesA list of access control entries

Return Value

The newly created system ACL. However it is not yet bound to any entities.

Remarks

A system ACL is basically a second ACL which can override the primary ACL on an entity.

See Also