Autodesk Vault ProfessionalVault API

GetFileDeleteRestrictionsByMasterIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets all of the delete restrictions on a set of files.

Required Permissions

FileRead

Syntax

public override FileDelRestricArray[] GetFileDeleteRestrictionsByMasterIds(
   System.long[] fileMasterIds,
   System.long[] folderIds
)
Public Overrides NotOverridable Function GetFileDeleteRestrictionsByMasterIds( _
   ByVal fileMasterIds() As System.Long, _
   ByVal folderIds() As System.Long _
) As FileDelRestricArray()

Parameters

NameDescription
fileMasterIdsAn array of file master IDs.
folderIdsThe Folder to delete from.

Return Value

An array of file delete restriction array objects corresponding to the input array. If a file has no delete restrictions, then the corresponding FileDelRestricArray will have no elements in it.

See Also