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