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