Autodesk Vault ProfessionalVault API

GetFileById Method

Autodesk.Connectivity.WebServicesDocumentService

Gets a File object based on its ID.

Required Permissions

FileRead

Syntax

public File GetFileById(
   System.long fileId
)
Public Function GetFileById( _
   ByVal fileId As System.Long _
) As File

Parameters

NameDescription
fileIdThe Vault ID for that File.

Return Value

A File object matching the provided ID.

See Also