Click or drag to resize

CustomFieldSpecificGetList Method (ListCustomGroup)

Gets the custom fields list by specified groups.

Namespace:  Dynamicweb.News.Common.CustomFields
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static List<CustomField> GetList(
	List<CustomGroup> groups
)

Parameters

groups
Type: System.Collections.GenericListCustomGroup
The group ids list.

Return Value

Type: ListCustomField
See Also