Click or drag to resize

DocumentSchemaManagerDeleteDocumentSchemaFieldDefinition Method

Deletes document schema field definition

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void DeleteDocumentSchemaFieldDefinition(
	int documentSchemaFieldDefinitionId,
	bool forceRemovingFields
)

Parameters

documentSchemaFieldDefinitionId
Type: SystemInt32
id of field to remove
forceRemovingFields
Type: SystemBoolean
whether remove field with values assosiated with it
Remarks
1. Drop all dynamic tables of this field definition 2. Remove all choices 3. Remove all links from link table 4. Remove field definition
See Also