ReadOnlyConfigurationProviderGetChildKeys Method

Returns the immediate descendant configuration keys for a given parent path based on this IConfigurationProviders data and the set of keys returned by all the preceding IConfigurationProviders.

Definition

Namespace: Gemstone.Configuration.ReadOnly
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.167 -- Release Build+1e132a4d484f1823d39b71639f55ad9da4974e99
public IEnumerable<string> GetChildKeys(
	IEnumerable<string> earlierKeys,
	string? parentPath
)

Parameters

earlierKeys  IEnumerableString
The child keys returned by the preceding providers for the same parent path.
parentPath  String
The parent path.

Return Value

IEnumerableString
The child keys.

Implements

IConfigurationProviderGetChildKeys(IEnumerableString, String)

See Also