| CustomFieldGetListWithValues Method (String, Int32) |
Gets the list with values.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static CustomFieldCollection GetListWithValues(
string context,
int itemID
)
Public Shared Function GetListWithValues (
context As String,
itemID As Integer
) As CustomFieldCollection
Parameters
- context
- Type: SystemString
The context. - itemID
- Type: SystemInt32
The item identifier.
Return Value
Type:
CustomFieldCollectioncustomFieldCollection
See Also