Method SetDescription
SetDescription(DocumentId, string)
Sets the multi layer material document description
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
bool SetDescription(DocumentId inDocumentId, string inDescription)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| string | inDescription | Description value. |
Returns
| Type | Description |
|---|---|
| bool | True if value is correctly set. |
Remarks
This method is available since v7.19.