Stot
|
Document Members
The Document type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Document(String, String, String, DateTime) |
Initializes a new instance of the [Document] class.
|
![]() |
Document(Document, DateTime) |
Initializes a new instance of the [Document] class from an already existing Document.
|
Methods
Name | Description | |
---|---|---|
![]() |
Delete |
Deletes this Document.
All references to this document Should no longer work
|
![]() |
ToString |
Returns a [System.String] that represents this instance. By giving the pth
|
Properties
Name | Description | |
---|---|---|
![]() |
Address |
Gets or sets the address or path to where the document is stored.
|
![]() |
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 |
![]() |
LastModified |
Gets or sets the last time the document was modified.
|
![]() |
Name |
Gets or sets the name of the Document.
|
![]() |
Relevance |
The part of the document relevant to the query, To be displayed During Search
|
![]() |
Type |
Gets or sets the type or file format of the document.
|