Click or drag to resize

DocumentSchemaManagerAddGlobalField Method

Creates new metadata field (also called "global field" in the API)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddGlobalField(
	GlobalFieldDefinition field,
	ref bool exceeded
)

Parameters

field
Type: FileHold.LibraryManagerGlobalFieldDefinition
details of the field to create
exceeded
Type: SystemBoolean
notification that field contains a large amount of data

Return Value

Type: Int32
id of created field
See Also