Click or drag to resize

PageLayoutHasLayout Method

Identifies whether or not the specified field has a layout spec in this page layout. Newly added mapper fields will not have a layout until the page is re-layed out. Such fields are rendered below all explicitly layed out fields.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool HasLayout(
	string key
)

Parameters

key
Type: SystemString
The key of the field in question.

Return Value

Type: Boolean
True if a layout spec exists for the field, else false.
See Also