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.177 -- Release Build+17e3a8c30c12a6a5a57ad4af156d7b83be281c33
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