DocumentSchemaManagerIsMetadataFieldUsed Method

Check if a metadata field has associated documents or auto-tagging definitions.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check if a metadata field has associated documents or auto-tagging definitions.")]
public bool IsMetadataFieldUsed(
	int fieldId
)

Parameters

fieldId  Int32

Return Value

Boolean

See Also