| 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
)
Public Shared Function CreateInstance (
fieldID As Integer,
groupId As Integer,
context As String
) As CustomField
Parameters
- fieldID
- Type: SystemInt32
The field identifier. - groupId
- Type: SystemInt32
The group identifier. - context
- Type: SystemString
The context in the sql
Return Value
Type:
CustomFieldSee Also