Click or drag to resize

CustomFieldSpecificGetListByIdsWithValues Method

Gets the custom fields list by specified item id, group id and field ids.

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

Parameters

itemID
Type: SystemInt32
The item id.
groupId
Type: SystemInt32
The group id.
fieldIds
Type: SystemString
The field ids list.

Return Value

Type: CustomFieldCollection
See Also