DocumentSchemaManagerGetDocumentsCountAssociatedWithMenuItems Method
Get documents count of metadata field values with given dropdown or drilldown menu items
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
[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
)
- documentSchemaFieldDefinitionId Int32
- fieldValueIds ListInt32
- fieldValuesAssociatedWithDocumentsCount Int32
Int32