Click or drag to resize

CustomFieldSpecific Constructor (Int32, String)

Initializes a new instance of the CustomFieldSpecific class.

Namespace:  Dynamicweb.News.Common.CustomFields
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public CustomFieldSpecific(
	int groupId,
	string context
)

Parameters

groupId
Type: SystemInt32
The group id.
context
Type: SystemString
The custom field context.
See Also