DocumentIndexField MembersDocuWare Platform .NET API
The DocumentIndexField type exposes the following members.
Constructors

  NameDescription
Public methodDocumentIndexField
Creates a new instance of this class
Back to Top
Methods

  NameDescription
Public methodStatic memberCreate(String, DateTime)
Creates a field with the specified field name.
Public methodStatic memberCreate(String, String)
Creates a field with the specified field name.
Public methodStatic memberCreateDate(String, DocumentIndexFieldKeywords)
Creates a field with the specified field name.
Public methodStatic memberCreateDate(String, DateTime)
Creates a field with the specified field name.
Public methodStatic memberCreateDate(String, Decimal)
Creates a field with the specified field name.
Public methodStatic memberCreateDate(String, Int32)
Creates a field with the specified field name.
Public methodToString
Returns a OnlineString that represents this instance.
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyFieldLabel
Contains the label of the field.
Public propertyFieldName
Contains the internal name of the field.
Public propertyIsNull
Indicates whether the field value is null or non-null.
Public propertyPointAndShootInfo
Contains one rectangle value for scalar field values and one or more values for keyword fields.
Public propertyReadOnly
Indicates whether this field is readonly or not.
Back to Top
See Also