Click or drag to resize

PFGridViewPlaceHolderHtmlHelperGet Method (HttpContext, PFGridViewSettings_MultiContent, PFTranslations)

Generates the placeholder's HTML of a gridview targeting items from multiple content-types.

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 Html Get(
	HttpContext context,
	PFGridViewSettings_MultiContent settings,
	PFTranslations translations
)

Parameters

context
Type: System.WebHttpContext
settings
Type: Packflow.InterfacePFGridViewSettings_MultiContent
translations
Type: Packflow.InterfacePFTranslations

Return Value

Type: Html
See Also