Click or drag to resize

CustomFieldSpecificGetListWithValues Method (String, String)

Gets the custom fields list by specified items and groups.

Namespace:  Dynamicweb.News.Common.CustomFields
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static CustomFieldCollection GetListWithValues(
	string itemIDs,
	string groupIDs
)

Parameters

itemIDs
Type: SystemString
String of item ID elements
groupIDs
Type: SystemString
String of group ID elements

Return Value

Type: CustomFieldCollection
See Also