| CustomField Constructor (String, String) |
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public CustomField(
string systemName,
string context
)
Public Sub New (
systemName As String,
context As String
)
Parameters
- systemName
- Type: SystemString
Name of the system. - context
- Type: SystemString
The context.
See Also