Click or drag to resize

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
)

Parameters

context
Type: SystemString
The context.
itemID
Type: SystemInt32
The item identifier.

Return Value

Type: CustomFieldCollection
customFieldCollection
See Also