DocumentSchemaManagerCheckIfItemIsAssociatedWithDocuments Method

Check if a metadata field has values with given dropdown or drilldown menu item

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 values with given dropdown or drilldown menu item")]
public bool CheckIfItemIsAssociatedWithDocuments(
	int documentSchemaFieldDefinitionId,
	int fieldData
)

Parameters

documentSchemaFieldDefinitionId  Int32
fieldData  Int32

Return Value

Boolean

See Also