Click or drag to resize

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
)

Parameters

context
Type: SystemString
The context.
itemIds
Type: SystemString
The item ids.

Return Value

Type: CustomFieldCollection
See Also