Click or drag to resize

DocumentSchemaManagerCheckIfItemIsAssociatedWithDocuments Method

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool CheckIfItemIsAssociatedWithDocuments(
	int documentSchemaFieldDefinitionId,
	int fieldData
)

Parameters

documentSchemaFieldDefinitionId
Type: SystemInt32
fieldData
Type: SystemInt32

Return Value

Type: Boolean
See Also