Click or drag to resize

FieldAttribute Constructor (String, String, Type)

Initializes a new instance of the FieldAttribute class

Namespace:  Dynamicweb.Content.Items.Annotations
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public FieldAttribute(
	string name,
	string description,
	Type editorType
)

Parameters

name
Type: SystemString
description
Type: SystemString
editorType
Type: SystemType
See Also