Represents a document stored in the 'database'.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class DocumentRecord
Public Class DocumentRecord
public ref 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 attempt to free resources and perform other cleanup operations before the Object 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
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
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 |