Autodesk Vault ProfessionalVault API

SetUpdateReferenceResult Method

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

Updates the model with the results of how a particular reference was updated

Syntax

public void SetUpdateReferenceResult(
   System.string refId,
   FileReferenceUpdateStatus.UpdateStatus status,
   System.string message
)
Public Sub SetUpdateReferenceResult( _
   ByVal refId As System.String, _
   ByVal status As FileReferenceUpdateStatus.UpdateStatus, _
   ByVal message As System.String _
) 

Parameters

NameDescription
refIdA value that uniquely identifies the reference that was updated
statusA value that determines how the reference was updated
messageAn optional description of how the reference was updated, or errors that occurred during the update

See Also