Click or drag to resize

PFDataHubGetGridViewGroupContent Method

Gets the content of a gridview group.

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 GetGridViewGroupContent(
	List<string> settingsArray,
	int groupLevel,
	string groupsFilters,
	int groupPageNumber,
	string parentGroupHtmlId
)

Parameters

settingsArray
Type: System.Collections.GenericListString
groupLevel
Type: SystemInt32
groupsFilters
Type: SystemString
groupPageNumber
Type: SystemInt32
parentGroupHtmlId
Type: SystemString

Return Value

Type: Html
See Also