Click or drag to resize

CustomFieldSpecificGetListWithValues Method (Int32, Int32)

Gets the custom fields list by specified item ids group ids.

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

Parameters

itemID
Type: SystemInt32
The item id.
groupId
Type: SystemInt32
The group id.

Return Value

Type: CustomFieldCollection
See Also