Click or drag to resize

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

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,
	bool styleAlternate,
	bool inlineEdition,
	bool inlineSuppression,
	bool inlineUnlinking,
	bool inlineDuplication,
	bool inlineCreation,
	bool showOpenFormIcon,
	bool includeTr,
	bool enableItemsReferences,
	string itemsReferencesFieldName,
	int maxColumns,
	bool disableAllLinks,
	bool enableCheckboxes,
	bool linkTaskToParentWorkflow,
	PFTranslations translations,
	GetDisplayTextMethod getDisplayTextMethod,
	GetDisplayHtmlMethod getDisplayHtmlMethod,
	HtmlBuilder builder = null,
	bool includeSourceUrl = true
)

Parameters

item
Type: Packflow.CorePFItem
view
Type: Packflow.CorePFView
sourceUrl
Type: SystemString
styleAlternate
Type: SystemBoolean
inlineEdition
Type: SystemBoolean
inlineSuppression
Type: SystemBoolean
inlineUnlinking
Type: SystemBoolean
inlineDuplication
Type: SystemBoolean
inlineCreation
Type: SystemBoolean
showOpenFormIcon
Type: SystemBoolean
includeTr
Type: SystemBoolean
enableItemsReferences
Type: SystemBoolean
itemsReferencesFieldName
Type: SystemString
maxColumns
Type: SystemInt32
disableAllLinks
Type: SystemBoolean
enableCheckboxes
Type: SystemBoolean
linkTaskToParentWorkflow
Type: SystemBoolean
translations
Type: Packflow.InterfacePFTranslations
getDisplayTextMethod
Type: Packflow.InterfaceGetDisplayTextMethod
getDisplayHtmlMethod
Type: Packflow.InterfaceGetDisplayHtmlMethod
builder (Optional)
Type: MicaSystems.UtilsHtmlBuilder
includeSourceUrl (Optional)
Type: SystemBoolean

Return Value

Type: PFOperationResult
See Also