IWizardTemplateLoadPageData Method |
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
)
Function LoadPageData (
map As IMapper,
instanceName As String,
fieldList As String
) As StringSet
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:
StringSetThe 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