| FieldAttribute Constructor (String, Type) |
Namespace:
Dynamicweb.Content.Items.Annotations
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public FieldAttribute(
string name,
Type editorType
)
Public Sub New (
name As String,
editorType As Type
)
Parameters
- name
- Type: SystemString
- editorType
- Type: SystemType
See Also