DocumentSchemaManagerDeleteDocumentSchemaFieldDefinition Method

Deletes document schema field definition

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Deletes document schema field definition")]
public void DeleteDocumentSchemaFieldDefinition(
	int documentSchemaFieldDefinitionId,
	bool forceRemovingFields
)

Parameters

documentSchemaFieldDefinitionId  Int32
id of field to remove
forceRemovingFields  Boolean
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