Click or drag to resize
Field Class
Represents object that describes a field which can be used to create a post for a channel. The Adapter returns a list of fields it supports.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Content.SocialField

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public class Field

The Field type exposes the following members.

Constructors
  NameDescription
Public methodField
Initializes a new instance of an object.
Public methodField(String, FieldType)
Initializes a new instance of an object.
Public methodField(Boolean, Int32, Int32, String, FieldType)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyFieldType
Gets or sets the field type.
Public propertyLabel
Gets or sets the field label.
Public propertyMaxLength
Gets or sets the maximum length of the field value.
Public propertyMinLength
Gets or sets the minimum length of the field value.
Public propertyType Obsolete.
Gets or sets the field type.
Public propertyValidate
Gets or sets the is validate the field value.
Top
Methods
See Also