Click or drag to resize

DocumentSchemaManagerAddDocumentSchemaField Method

Adds field definition to document schema

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void AddDocumentSchemaField(
	int documentSchemaId,
	int documentSchemaFieldDefinitionId,
	bool isRequired,
	bool isVisible
)

Parameters

documentSchemaId
Type: SystemInt32
documentSchemaFieldDefinitionId
Type: SystemInt32
isRequired
Type: SystemBoolean
isVisible
Type: SystemBoolean
Remarks
1. add new entry in link table 2. create new dynamic table for new field
See Also