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
)
Public Shared Function AddControlsAbsolute (
host As Control,
map As IMapper,
layout As String,
layoutSource As String,
flags As ThinLayoutFlags,
purpose As ControlCreationFlags,
fieldList As String
) As Integer
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:
Int32The number of visible controls added.
See Also