Method SetDraftingFormatName
SetDraftingFormatName(DocumentId, string)
Set friendly name of a drafting document format
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 255, 0)]
void SetDraftingFormatName(DocumentId inDocumentId, string inName)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | The drafting document |
| string | inName | friendly-name |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.