DocumentSchemaManagerChangeGlobalField Method |
Changes definition of metadata field
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic void ChangeGlobalField(
GlobalFieldDefinition field,
bool changeSourceSettingsAndSync,
ref bool exceeded
)
Parameters
- field
- Type: FileHold.LibraryManagerGlobalFieldDefinition
field definition with changes - changeSourceSettingsAndSync
- Type: SystemBoolean
if true, the SourceSettings for a DB lookup drop down field will be updated
and the item will be synchronized with the database - exceeded
- Type: SystemBoolean
notification that field contains a large amount of data
See Also