DelegatingConfigHost.IsSecondaryRoot(String) Method

Definition

Returns a value indicating whether a configuration path is to a configuration node whose contents should be treated as a root.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual bool IsSecondaryRoot(System::String ^ configPath);
public virtual bool IsSecondaryRoot (string configPath);
abstract member IsSecondaryRoot : string -> bool
override this.IsSecondaryRoot : string -> bool
Public Overridable Function IsSecondaryRoot (configPath As String) As Boolean

Parameters

configPath
String

A string representing the path to a configuration file.

Returns

true if the configuration path is to a configuration node whose contents should be treated as a root; otherwise, false.

Implements

Applies to