Click or drag to resize

IWizardTemplateLoadPageData Method

Load IField data from the specified IMapper into the wizard's UserData for the specified instance.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
StringSet LoadPageData(
	IMapper map,
	string instanceName,
	string fieldList
)

Parameters

map
Type: NetQuarry.DataIMapper
The mapper from which to load.
instanceName
Type: SystemString
The name of the instance for which to load.
fieldList
Type: SystemString
An optional list of fields to persist. If null or empty, all fields are loaded.

Return Value

Type: StringSet
The collection of field keys for those fields set to UserData where there was not previously a value or where the original value differed from the set value.
See Also