PageLayoutExtractLayout Method |
Extract the layout for the specified field into the provided layout object. Prior to this call
the layout object should be initialized with values to use if no layout, or a partial layout,
is specified for the field.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool ExtractLayout(
string key,
FieldLayout layout,
bool markAsUsed
)
Public Function ExtractLayout (
key As String,
layout As FieldLayout,
markAsUsed As Boolean
) As Boolean
Parameters
- key
- Type: SystemString
The key of the field in question. - layout
- Type: NetQuarry.Data.WebMappersFieldLayout
The layout object to populate with parsed layout information for the field. - 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:
BooleanTrue if a layout spec was found for the field, else false.
See Also