Autodesk Vault ProfessionalVault API

GetReference Method

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

Gets a specific reference from the model

Syntax

public FileReference GetReference(
   System.string refId
)
Public Function GetReference( _
   ByVal refId As System.String _
) As FileReference

Parameters

NameDescription
refIdThe value that uniquely identifies the reference

Return Value

A Autodesk.DataManagement.Client.Framework.Vault.Currency.FileSystem.FileReference object, or null if there is no matching reference

See Also