Click or drag to resize

PFGridViewPlaceHolderHtmlHelper.Get 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.Web.HttpContext
settings
Type: Packflow.Interface.PFGridViewSettings_MultiContent
translations
Type: Packflow.Interface.PFTranslations

Return Value

Type: Html
See Also