Click or drag to resize
DocumentIndexFieldCreate Method
Overload List
  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.
Top
See Also