Click or drag to resize

CustomField.GetListWithValues 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: System.String
The context.
itemIds
Type: System.String
The item ids.

Return Value

Type: CustomFieldCollection
See Also