Autodesk Vault ProfessionalVault API

AccessPermis Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A boolean value for a certain permission

Syntax

public class AccessPermis 
Public Class AccessPermis 

Properties

NameDescription
IdA numeric value representing they type of operation. There are currently 4 types. 1=AllowRead, 2=AllowWrite, 3=AllowDelete, 4=AllowDownload
ValTrue means that the operation is allowed. False means that the operation is not allowed.

Returned By

Where you get a AccessPermis — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.AccessPermis

See Also