Sitecore 5.1.1 API
Factory.GetHashtable Method
[Visual Basic]
Public Shared Function GetHashtable( _
ByVal
path
As
String
, _
ByVal
keyType
As
HashKeyType
, _
ByVal
valueType
As
HashValueType
, _
ByVal
format
As
HashValueFormat
, _
ByVal
dataType
As
Type
_
) As
Hashtable
[C#]
public static
Hashtable
GetHashtable(
string
path
,
HashKeyType
keyType
,
HashValueType
valueType
,
HashValueFormat
format
,
Type
dataType
);
See Also
Factory Class
|
Sitecore.Configuration Namespace