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