Click or drag to resize

PFGridViewPlaceHolderHtmlHelperGet Method (HttpContext, PFGridViewSettings_Objects, PFTranslations)

Generates the placeholder's HTML of a gridview targeting Packflow objects.

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_Objects settings,
	PFTranslations translations
)

Parameters

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

Return Value

Type: Html
See Also