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.169 -- Release Build+7345f63a8c9771f20dc280b192df2ccb62049660
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