Click or drag to resize

PFItemHtmlHelperGetGridViewAsyncResult Method

Gets the asynchronous result of a gridview request/action.

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 GetGridViewAsyncResult(
	PFGridViewAsyncResultType resultType,
	PFView currentView,
	string sourceUrl,
	List<string> fieldsNames,
	List<string> fieldsSizes,
	List<string> readOnlyFields,
	bool styleAlternate,
	PFGridViewSettingsData_Items settings
)

Parameters

resultType
Type: Packflow.InterfacePFGridViewAsyncResultType
Expected type of the result.
currentView
Type: Packflow.CorePFView
The current view.
sourceUrl
Type: SystemString
The source URL of the current request.
fieldsNames
Type: System.Collections.GenericListString
The cells fields names.
fieldsSizes
Type: System.Collections.GenericListString
The cells sizes.
readOnlyFields
Type: System.Collections.GenericListString
The read only fields.
styleAlternate
Type: SystemBoolean
Style alternation.
settings
Type: Packflow.InterfacePFGridViewSettingsData_Items
The gridview settings.

Return Value

Type: Html
Html result or error message.
See Also