| Field Constructor (Boolean, Int32, Int32, String, FieldType) |
Initializes a new instance of an object.
Namespace: Dynamicweb.Content.SocialAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public Field(
bool validate,
int minLength,
int maxLength,
string label,
FieldType type
)
Public Sub New (
validate As Boolean,
minLength As Integer,
maxLength As Integer,
label As String,
type As FieldType
)
Parameters
- validate
- Type: SystemBoolean
Is validate the field value. - minLength
- Type: SystemInt32
Minimum field value length. - maxLength
- Type: SystemInt32
Maximum field value length. - label
- Type: SystemString
Field label. - type
- Type: Dynamicweb.Content.SocialFieldType
Field type.
Remarks See Also