Click or drag to resize

DocumentSchemaManagerGetDrilldownMenuItems Method

Returns collection of drill-down choices specified for particular field

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DrilldownFieldChoice[] GetDrilldownMenuItems(
	int documentSchemaFieldDefinitionId
)

Parameters

documentSchemaFieldDefinitionId
Type: SystemInt32

Return Value

Type: DrilldownFieldChoice
See Also