DocumentSchemaManagerRemoveDocumentSchemaField Method |
Removes document schema field
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic void RemoveDocumentSchemaField(
int documentSchemaId,
int documentSchemaFieldDefinitionId,
bool forceRemovingFields
)
Parameters
- documentSchemaId
- Type: SystemInt32
- documentSchemaFieldDefinitionId
- Type: SystemInt32
- forceRemovingFields
- Type: SystemBoolean
Remarks
1. Drop dynamic table of this field
2. Remove link from link table
See Also