Click or drag to resize

LongTextAttribute Constructor (String, Int32, Int32)

Initializes a new instance of the LongTextAttribute class

Namespace:  Dynamicweb.Content.Items.Annotations
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public LongTextAttribute(
	string name,
	int rows,
	int cols
)

Parameters

name
Type: SystemString
rows
Type: SystemInt32
cols
Type: SystemInt32
See Also