DocumentSchemaManagerGetDocumentsCountAssociatedWithMenuItems Method

Get documents count of metadata field values with given dropdown or drilldown menu items

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
C#
[WebMethodAttribute(Description = "Get total document count associated with dropdown or drilldown menu items. Returns also menu items count that have any document associated with.")]
public int GetDocumentsCountAssociatedWithMenuItems(
	int documentSchemaFieldDefinitionId,
	List<int> fieldValueIds,
	out int fieldValuesAssociatedWithDocumentsCount
)

Parameters

documentSchemaFieldDefinitionId  Int32
fieldValueIds  ListInt32
fieldValuesAssociatedWithDocumentsCount  Int32

Return Value

Int32

See Also