Method SetUniversalId
SetUniversalId(DocumentId, string, string)
Sets the universal identifier of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 300, 60)]
void SetUniversalId(DocumentId inDocumentId, string inDomain, string inName)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| string | inDomain | Universal domain, or null to delete the universal identifier parameter entity. |
| string | inName | Universal name, or null to delete the universal identifier parameter entity. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.8.300.060.