Autodesk Vault ProfessionalVault API

GetFileStatusSetRestrictionsByMasterIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets any restrictions on setting the status of a File.

Required Permissions

FileRead

Syntax

public DocRestricArray[] GetFileStatusSetRestrictionsByMasterIds(
   System.long[] fileMasterIds,
   FileStatus fileStatus
)
Public Function GetFileStatusSetRestrictionsByMasterIds( _
   ByVal fileMasterIds() As System.Long, _
   ByVal fileStatus As FileStatus _
) As DocRestricArray()

Parameters

NameDescription
fileMasterIdsAn array of File Master IDs.
fileStatusThe new status.

Return Value

An array of arrays of restrictions. The primary array corresponds to the input array. The secondary arrays correspond to the restrictions on the corresponding File Master Id. The secondary array will be null if there are no restrictions.

See Also