Document Members

Stot

Stot

Document Members

The Document type exposes the following members.

Constructors


  Name Description
Public method Document(String, String, String, DateTime)
Initializes a new instance of the [Document] class.
Public method Document(Document, DateTime)
Initializes a new instance of the [Document] class from an already existing Document.

Methods


  Name Description
Public method Delete
Deletes this Document. All references to this document Should no longer work
Public method ToString
Returns a [System.String] that represents this instance. By giving the pth

Properties


  Name Description
Public property Address
Gets or sets the address or path to where the document is stored.
Public property Exists
Gets a value indicating whether this [Document] exists.

All references to this Instance must ensure this is true before proceeding, to avoid null pointer Exceptions

Public property LastModified
Gets or sets the last time the document was modified.
Public property Name
Gets or sets the name of the Document.
Public property Relevance
The part of the document relevant to the query, To be displayed During Search
Public property Type
Gets or sets the type or file format of the document.