| LongTextAttribute Constructor (String, Int32, Int32) |
Namespace:
Dynamicweb.Content.Items.Annotations
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public LongTextAttribute(
string name,
int rows,
int cols
)
Public Sub New (
name As String,
rows As Integer,
cols As Integer
)
Parameters
- name
- Type: SystemString
- rows
- Type: SystemInt32
- cols
- Type: SystemInt32
See Also