Click or drag to resize

LayoutManagerGetNewLayout Method

Gets the newly updated page layout and merges in appropriate elements from the existing layout that are missing from the new layout. Typically missing element are fields that are excluded from this particular page flavor, but present in others.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GetNewLayout(
	string module,
	IMapper mapper,
	string existingDetailLayout
)

Parameters

module
Type: SystemString
The meta-data module (used to mark the module as dirty in the studio).
mapper
Type: NetQuarry.DataIMapper
The page's mapper.
existingDetailLayout
Type: SystemString
The existing layout spec (used in the merge).

Return Value

Type: String
The newly merged layout spec.
See Also