Represents a document stored in the 'database'.
Declaration Syntax
C# | Visual Basic |
[SerializableAttribute] public class DocumentRecord
<SerializableAttribute> Public Class DocumentRecord
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
DocumentRecord(Uri) |
Creates a new DocumentRecord with the specified Uri and default properties.
| |
DocumentRecord(String) |
Creates a new DocumentRecord with the specified Uri and default properties.
| |
DocumentRecord(Uri, Boolean) |
Creates a new DocumentRecord with the specified Uri and default properties.
| |
ContentCategories |
The content categories of type ContentCategoryRecord that this document belongs to.
| |
ContentLength |
The length of the file (bytes), or -1 if not available.
| |
CustomData |
Any custom data that should be stored for the document.
| |
Description |
Description of the document, if specified.
| |
DocumentId |
The ID of the document in the 'database'.
| |
DontIndex |
Whether to ignore the document during index creation.
| |
Equals(Object) |
Returns true if the objects are equal including all properties.
(Overrides Object.Equals(Object).) | |
FileType |
The mime-type for the document.
| |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() |
Gets the hashcode based on the Uri.
(Overrides Object.GetHashCode()()()().) | |
GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
IndexableSourceId |
The ID of the indexable source this belongs to, or -1 if none.
| |
LastDateIndexed |
The date and time the document was last indexed.
| |
LocationCategory |
The location category that this document belongs to.
| |
LoginPage |
Needed for FormAuthentication
| |
MatchesFilter(String) |
Whether this document contains a field which contains filter.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SecurityGroups |
The security groups that this document belongs to.
| |
Title |
The document's title.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
Uri |
The Uri of the doc.
|
Inheritance Hierarchy
Object | |
DocumentRecord |
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610