Plumtree EDK (Enterprise Web Development Kit) 5.4.0

DocumentProperty Members

DocumentProperty overview

Public Static Fields

AccessCount The number of times the document has been accessed.
ContentLanguage The primary language of the document.
CrawlerID The ID of the crawler used to submit this document.
DatasourceID The ID of the datasource used to retrieve this document.
DocumentTypeID The ID of the document type.
LastAccess The last time the document was accessed.
NumParents The number of folders containing this document.
ParentFolderID The ID of the folder containing the document.
Popularity The popularity of the document. This is primarily based on access count but also takes into account a sampling rate.
URL The URL through which to retrieve the document.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
intValue Returns the int value of the DocumentProperty. This can then be used in IDocumentProperties.getValue.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

DocumentProperty Class | Plumtree.Remote.PRC Namespace