SetUpdateReferenceResult Method
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
| Name | Description |
|---|---|
| refId | A value that uniquely identifies the reference that was updated |
| status | A value that determines how the reference was updated |
| message | An optional description of how the reference was updated, or errors that occurred during the update |