Click or drag to resize

IndexedFields Class

The document fields that are available to be indexed
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.IndexingIndexedFields

Namespace:  Law.EdaIntegration.Indexing
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class IndexedFields

The IndexedFields type exposes the following members.

Constructors
  NameDescription
Public methodIndexedFields
Initializes a new instance of the IndexedFields class
Top
Properties
  NameDescription
Public propertyBCC
Index the email's BCC
Public propertyCC
Index the email's CC
Public propertyContainerPath
Index the document's ContainerPath
Public propertyCustodian
Index the document's Custodian
Public propertyDateLowerBound
Index the document's DateLowerBound
Public propertyDateUpperBound
Index the document's DateUpperBound
Public propertyDirectory
Index the document's Directory
Public propertyDocApplicationName
Index the document's Application Name
Public propertyDocAuthor
Index the document's Current Author
Public propertyDocCategory
Index the document's Category
Public propertyDocComments
Index the document's Comments
Public propertyDocCreated
Index the document's Created Date
Public propertyDocKeywords
Index the document's Keywords
Public propertyDocLastAuthor
Index the document's Last Author
Public propertyDocLastMod
Index the document's Last Modified Date
Public propertyDocLastPrint
Index the document's Last Printed Date
Public propertyDocOrganization
Index the document's Organization
Public propertyDocSubject
Index the document's Subject
Public propertyDocTitle
Index the document's Title
Public propertyFilename
Index the document's Filename
Public propertyFileType
Index the document's FileType
Public propertyFrom
Index the document's From
Public propertyFromDomain
Index the document's FromDomain
Public propertyFsCreated
Index the document's File System Created Date
Public propertyFsLastMod
Index the document's File System Last Modified Date
Public propertyImportSession
Index the document's ImportSession
Public propertyInventoryId
Index the document's Id
Public propertyIsCompound
Index the document's IsCompound
Public propertyIsCompoundChild
Index the document's IsCompoundChild
Public propertyLanguages
Index the document's Languages
Public propertyMessageClass
Index the document's MessageClass
Public propertyMessageHeaders
Index the email's Message Headers
Public propertySent
Index the email's Sent Date
Public propertySize
Index the document's Size
Public propertySource
Index the document's Source
Public propertySubject
Index the document or email's Subject
Public propertyTo
Index the email's To
Top
See Also