Autodesk Vault ProfessionalVault API

GetTrackFileStatus Method

Autodesk.Connectivity.WebServicesDocumentService

Tells if the file status feature is enabled.

Required Permissions

VaultOptionsGet

Syntax

public System.bool GetTrackFileStatus()
Public Function GetTrackFileStatus() As System.Boolean

Return Value

If true, then the server is tracking the status of files. See the File section for more information about FileStatus.

Remarks

Setting the file status is not possible through the API. Use Vault Manager to change this setting.

See Also