Click or drag to resize
DocumentIndexField Methods

The DocumentIndexField type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate(String, DocumentIndexFieldKeywords)
Creates a keyword field with the specified field name.
Public methodStatic memberCreate(String, DateTime)
Creates a datetime field with the specified field name.
Public methodStatic memberCreate(String, Decimal)
Creates a decimal field with the specified field name.
Public methodStatic memberCreate(String, Int32)
Creates an integer field with the specified field name.
Public methodStatic memberCreate(String, String)
Creates a string field with the specified field name.
Public methodStatic memberCreateDate(String, DocumentIndexFieldKeywords) Obsolete.
Creates a keyword field with the specified field name.
Public methodStatic memberCreateDate(String, DateTime)
Creates a date field with the specified field name.
Public methodStatic memberCreateDate(String, Decimal)
Creates a date field with the specified field name.
Public methodStatic memberCreateDate(String, Int32) Obsolete.
Creates a date field with the specified field name.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also