Click or drag to resize

PageLayoutGetLayoutSpec Method

Get the raw, unparsed layout spec for the specified field. This is primarily intended for internal use and use of ExtractLayout() is preferred.

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

Parameters

key
Type: SystemString
The key of the field in question.
markAsUsed
Type: SystemBoolean
Signals that this field layout has been consumed and the corresponding field key should be removed from the list of UnusedKeys.

Return Value

Type: String
The raw layout spec for the specified field, else null or empty if none exists.
See Also