Click or drag to resize

CustomFieldCreateInstance Method

Creates the instance.

Namespace:  Dynamicweb.News.Common
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static CustomField CreateInstance(
	int fieldID,
	int groupId,
	string context
)

Parameters

fieldID
Type: SystemInt32
The field identifier.
groupId
Type: SystemInt32
The group identifier.
context
Type: SystemString
The context in the sql

Return Value

Type: CustomField
See Also