DocumentSchemaManagerAddGlobalField Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Creates new metadata field")]
[XmlIncludeAttribute(typeof(int[]))]
[XmlIncludeAttribute(typeof(string[]))]
public int AddGlobalField(
	GlobalFieldDefinition field,
	ref bool exceeded
)

Parameters

field  GlobalFieldDefinition
details of the field to create
exceeded  Boolean
notification that field contains a large amount of data

Return Value

Int32
id of created field

See Also