  | CustomFieldSpecific Constructor (Int32, Int32, String) | 
  
    Namespace: 
   Dynamicweb.News.Common.CustomFields
    Assembly:
   Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic CustomFieldSpecific(
	int id,
	int groupId,
	string context
)
Public Sub New ( 
	id As Integer,
	groupId As Integer,
	context As String
)
Parameters
- id
 - Type: SystemInt32
The id. - groupId
 - Type: SystemInt32
The group id. - context
 - Type: SystemString
The custom field context. 
See Also