| CustomFieldGetListWithValues Method (String, String) |
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,
string itemIds
)
Public Shared Function GetListWithValues (
context As String,
itemIds As String
) As CustomFieldCollection
Parameters
- context
- Type: SystemString
The context. - itemIds
- Type: SystemString
The item ids.
Return Value
Type:
CustomFieldCollectionSee Also