GetFileById Method
Gets a File object based on its ID.
Required Permissions
FileReadSyntax
public File GetFileById(
System.long fileId
)Public Function GetFileById( _
ByVal fileId As System.Long _
) As FileParameters
| Name | Description |
|---|---|
| fileId | The Vault ID for that File. |
Return Value
A File object matching the provided ID.