| ItemGetItem Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Content.Items
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use index accessor instead.")]
public Object GetItem(
string key
)
<ObsoleteAttribute("Use index accessor instead.")>
Public Function GetItem (
key As String
) As Object
Parameters
- key
- Type: SystemString
Return Value
Type:
ObjectSee Also