Method SetWireTableName
SetWireTableName(DocumentId, SmartText)
Set wire table name.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 160)]
void SetWireTableName(DocumentId inDocumentId, SmartText inWireTableName)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| SmartText | inWireTableName | Wire table name. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.