Click or drag to resize

PageElementPropertiesWizPhantomDetail_MapperSaveOptions Property

Options passed to the mapper during the final save. If AlwaysAttemptSave is set, a save will be attempted even if the mapper is not dirty. See MapperSaveOptions

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
MapperSaveOptions WizPhantomDetail_MapperSaveOptions { get; }

Property Value

Type: MapperSaveOptions
Options passed to the mapper during the final save. If AlwaysAttemptSave is set, a save will be attempted even if the mapper is not dirty. See MapperSaveOptions
See Also