Click or drag to resize

PFDataHubGetFilterAvailableValues Method

Gets HTML of available values for a specific field in a view.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public Html GetFilterAvailableValues(
	long applicationId,
	long contentTypeId,
	long viewId,
	string fieldName,
	string textFilter,
	string currentFilters,
	string customServerFilters,
	List<string> quickSearchColumns,
	int resultsLimit = -1
)

Parameters

applicationId
Type: SystemInt64
contentTypeId
Type: SystemInt64
viewId
Type: SystemInt64
fieldName
Type: SystemString
textFilter
Type: SystemString
currentFilters
Type: SystemString
customServerFilters
Type: SystemString
quickSearchColumns
Type: System.Collections.GenericListString
resultsLimit (Optional)
Type: SystemInt32

Return Value

Type: Html
See Also