Method SetName
SetName(DocumentId, string)
Sets the name of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 100)]
void SetName(DocumentId inDocumentId, string inName)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| string | inName | Name of the document. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.7.201.100.