Click or drag to resize

CustomFieldGetListByIdsWithValues Method

Gets the list by ids with values.

Namespace:  Dynamicweb.News.Common
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static CustomFieldCollection GetListByIdsWithValues(
	string context,
	int itemID,
	string fieldIds
)

Parameters

context
Type: SystemString
The context.
itemID
Type: SystemInt32
The item identifier.
fieldIds
Type: SystemString
The field ids.

Return Value

Type: CustomFieldCollection
See Also