Autodesk Vault ProfessionalVault API

GetFileDeleteRestrictionsByMasterId Method

Autodesk.Connectivity.WebServicesDocumentService

Gets all of the delete restrictions on a file.

Required Permissions

FileRead

Syntax

public override FileDelRestric[] GetFileDeleteRestrictionsByMasterId(
   System.long fileMasterId,
   System.long folderId
)
Public Overrides NotOverridable Function GetFileDeleteRestrictionsByMasterId( _
   ByVal fileMasterId As System.Long, _
   ByVal folderId As System.Long _
) As FileDelRestric()

Parameters

NameDescription
fileMasterIdThe master ID of a file.
folderIdThe Folder to delete from.

Return Value

An array of restrictions for deleting that file or null if there are no restrictions.

See Also