Click or drag to resize

ThinDetailRendererAddControlsAbsolute Method

Add controls to the page using the page layout. Unplaced controls are added at the bottom of the page.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static int AddControlsAbsolute(
	Control host,
	IMapper map,
	string layout,
	string layoutSource,
	ThinLayoutFlags flags,
	ControlCreationFlags purpose,
	string fieldList
)

Parameters

host
Type: System.Web.UIControl
The control hosting this content.
map
Type: NetQuarry.DataIMapper
The mapper.
layout
Type: SystemString
The layout spec.
layoutSource
Type: SystemString
The source of the layout spec.
flags
Type: NetQuarry.Data.WebMappersThinLayoutFlags
Layout options.
purpose
Type: NetQuarry.DataControlCreationFlags
Flags specifying the context for control creation.
fieldList
Type: SystemString
The list of fields to render. If null/empty, all fields are rendered.

Return Value

Type: Int32
The number of visible controls added.
See Also