ConfigurationSourceHandler.CheckRemoveSection Method

Checks whether a call to Remove(String) should be extended.
If the call should be extended performs the extended behavior.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public Function CheckRemoveSection ( _
    sectionName As String _
) As Boolean
public bool CheckRemoveSection(
    string sectionName
)
public:
bool CheckRemoveSection(
    String^ sectionName
)
public function CheckRemoveSection(
    sectionName : String
) : boolean

Parameters

  • sectionName
    Type: System.String
    The name of the section that should be removed from configuration.

Return Value

truetrue (True in Visual Basic) if the call to Remove(String) was handled by the extension.

See Also

ConfigurationSourceHandler Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace

IConfigurationSource.Remove(String)