Autodesk Vault ProfessionalVault API

GetStatus Method

Autodesk.DataManagement.Client.Framework.Vault.Models.ExtensionHandlersUpdateFileReferencesModel

Gets the update status of a file reference.

Syntax

public FileReferenceUpdateStatus GetStatus(
   FileReference reference
)
Public Function GetStatus( _
   ByVal reference As FileReference _
) As FileReferenceUpdateStatus

Parameters

NameDescription
referenceThe file reference to get the status of.

Return Value

The current status of the file reference.

See Also