Click or drag to resize

LongTextAttribute Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Content.Items.Annotations
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false, 
	Inherited = false)]
public class LongTextAttribute : FieldAttribute

The LongTextAttribute type exposes the following members.

Constructors
  NameDescription
Public methodLongTextAttribute
Initializes a new instance of the LongTextAttribute class
Public methodLongTextAttribute(String)
Initializes a new instance of the LongTextAttribute class
Public methodLongTextAttribute(String, Int32, Int32)
Initializes a new instance of the LongTextAttribute class
Top
Properties
  NameDescription
Public propertyCols
Public propertyDescription (Inherited from FieldAttribute.)
Public propertyEditorType (Inherited from FieldAttribute.)
Public propertyName (Inherited from FieldAttribute.)
Public propertyRows
Top
Methods
See Also