Click or drag to resize

XmlConfigurationProviderGetKeys Method

Gets all keys that can be used to get or set data.

Namespace:  Dynamicweb.Configuration.Xml
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
public ICollection<string> GetKeys()

Return Value

Type: ICollectionString
keys

Implements

IConfigurationProviderGetKeys
See Also