SecurityElementBase.Unmerge Method

Definition

Modifies this configuration element to remove all values that should not be saved.

C#
protected override void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode);

Parameters

sourceElement
ConfigurationElement

A ConfigurationElement object at the current level that contains a merged view of the properties.

parentElement
ConfigurationElement

The parent ConfigurationElement object, or null if this is the top level.

saveMode
ConfigurationSaveMode

A ConfigurationSaveMode object that determines which property values to include.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1