Method RemoveCatalogColumn
RemoveCatalogColumn(DocumentId, int)
Removes catalog column at a specified index.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 400, 160)]
void RemoveCatalogColumn(DocumentId inDocumentId, int inColumnIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| int | inColumnIndex | Index of the column to remove. |
Remarks
This method is available since v7.18.