Click or drag to resize

PFItemHtmlHelperUtilsGetGridviewRow Method (PFItem, PFView, String, PFGridViewSettingsData_Items, Boolean, Boolean, PFTranslations, GetDisplayTextMethod, GetDisplayHtmlMethod, HtmlBuilder)

Generates Html of a gridview row representing a PFItem.

Result will contain Html or Error, set in the operation result tag or in the builder sent in parameters if not null.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static PFOperationResult GetGridviewRow(
	PFItem item,
	PFView view,
	string sourceUrl,
	PFGridViewSettingsData_Items settings,
	bool styleAlternate,
	bool includeTr,
	PFTranslations translations,
	GetDisplayTextMethod getDisplayTextMethod,
	GetDisplayHtmlMethod getDisplayHtmlMethod,
	HtmlBuilder builder = null
)

Parameters

item
Type: Packflow.CorePFItem
view
Type: Packflow.CorePFView
sourceUrl
Type: SystemString
settings
Type: Packflow.InterfacePFGridViewSettingsData_Items
styleAlternate
Type: SystemBoolean
includeTr
Type: SystemBoolean
translations
Type: Packflow.InterfacePFTranslations
getDisplayTextMethod
Type: Packflow.InterfaceGetDisplayTextMethod
getDisplayHtmlMethod
Type: Packflow.InterfaceGetDisplayHtmlMethod
builder (Optional)
Type: MicaSystems.UtilsHtmlBuilder

Return Value

Type: PFOperationResult
See Also