Dynamicweb 9
Dynamicweb 9
Dynamicweb.Configuration.Xml
XmlConfigurationProvider Class
XmlConfigurationProvider Methods
Contains Method
GetKeys Method
Persist Method
Reload Method
Set Method
SetValue Method
TryGet Method
XmlConfigurationProvider
GetKeys 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
C#
VB
Copy
public
ICollection
<
string
>
GetKeys
()
Public
Function
GetKeys
As
ICollection
(
Of
String
)
Return Value
Type:
ICollection
String
keys
Implements
IConfigurationProvider
GetKeys
See Also
Reference
XmlConfigurationProvider Class
Dynamicweb.Configuration.Xml Namespace