DefaultsPerTargetElementTypeContainerGetDefaultsPerTargetElementTypeClone Method  | 
 
            Gets the defaults per target element type store as a clone for editing with cancel option.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Configuration
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic Dictionary<FrameworkSettingTargetElementType, OutputSettingValuesContainer> GetDefaultsPerTargetElementTypeClone(
	bool switchOffNotifications
)
Public Function GetDefaultsPerTargetElementTypeClone ( 
	switchOffNotifications As Boolean
) As Dictionary(Of FrameworkSettingTargetElementType, OutputSettingValuesContainer)
Parameters
- switchOffNotifications
 - Type: SystemBoolean
if set to  it will switch off notifications in the setting value containers 
Return Value
Type: 
DictionaryFrameworkSettingTargetElementType, 
OutputSettingValuesContainer
See Also