Click or drag to resize
Field Constructor (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(
	string label,
	FieldType type
)

Parameters

label
Type: SystemString
Field label.
type
Type: Dynamicweb.Content.SocialFieldType
Field type.
Remarks