Click or drag to resize

CustomFieldSpecificGetList Method (Int32)

Gets the custom fields list by specified group id.

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

Parameters

groupId
Type: SystemInt32
The group id.

Return Value

Type: ListCustomField
See Also