Click or drag to resize

DocumentFinderGetDrilldownChoicesForMetadataVersion Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public static DrilldownFieldChoice[] GetDrilldownChoicesForMetadataVersion(
	int fieldId,
	int metadataVersionId,
	Database database,
	DbTransaction transaction
)

Parameters

fieldId
Type: SystemInt32
metadataVersionId
Type: SystemInt32
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: DrilldownFieldChoice
See Also