Click or drag to resize
Field Constructor (Boolean, Int32, Int32, String, FieldType)
Initializes a new instance of an object.

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public Field(
	bool validate,
	int minLength,
	int maxLength,
	string label,
	FieldType type
)

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