mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

SolrPage Class



Object stores the basic information about a page within this digital object and makes the basic attributes and full text available for Solr indexing


Namespace: SobekCM.Resource_Object.Solr
Assembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public class SolrPage

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object.Solr..::..SolrPage

Constructors

  NameDescription
Public methodSolrPage()()()()
Constructor creates a new instance of the SolrPage class
Public methodSolrPage(String, String, Int32, String, String, String)
Constructor creates a new instance of the SolrPage class

Properties

  NameDescription
Public propertyBibID
Returns the bibliographic identifier (BibID) for the Solr engine to index for this page
Public propertyDid
Returns the DID for the Solr engine to index for this page
Public propertyPageID
Returns the unique PageID for the Solr engine to index for this page
Public propertyPageName
Returns the name of this page for the Solr engine to store for this page
Public propertyPageOrder
Returns the page order for this page within the greater document for the Solr engine to store for this page
Public propertyPageText
Returns the full text for this page for the Solr engine to index for this page
Public propertyThumbnail
Returns the name of the thumbnail associated with this page for the Solr engine to store for this page
Public propertyVID
Returns the volume identifier (VID) for the Solr engine to index for this page

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )