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
Code Details >> Core >> Settings >> Server_Settings

Server_Settings Class



Settings regarding the server architecture, include URLs and network locations


Namespace: SobekCM.Core.Settings
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("ServerSettings")]
public class Server_Settings

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Settings..::..Server_Settings

Constructors

  NameDescription
Public methodServer_Settings
Constructor for a new instance of the Server_Settings class

Methods

  NameDescription
Public methodShouldSerializeBase_SobekCM_Location_Relative
Method suppresses XML Serialization of the Base_SobekCM_Location_Relative property if it is empty
Public methodShouldSerializeJP2ServerUrl
Method suppresses XML Serialization of the JP2ServerUrl property if it is empty

Properties

  NameDescription
Public propertyApplication_Server_Network
Network directory for the SobekCM web application server
Public propertyApplication_Server_URL
Primary URL for this instance of the SobekCM web application server
Public propertyBase_Data_Directory
Directory for this application's DATA folder, where the OAI source files reside
Public propertyBase_Design_Location
Directory for this application's DESIGN folder, where all the aggregation and interface folders reside
Public propertyBase_Directory
Base directory where the ASP.net application is running on the application server
Public propertyBase_MySobek_Directory
Directory for this application's mySobek folder, where the template and project files reside for online submittal and editing
Public propertyBase_SobekCM_Location_Relative
Relative location to the folders on the web server
Public propertyBase_Temporary_Directory
Directory for this application's TEMP folder, where some slow-changing data is stored in XML format
Public propertyBase_URL
Gets the base URL for this instance, without the application name
Public propertyDocument_Solr_Index_URL
URL for the Solr/Lucene index for the document metadata and text
Public propertyEngine_URL
Gets the URL for the SobekCM engine for this instance
Public propertyImage_Server_Network
Network directory for the image server which holds all the resource files
Public propertyImage_Server_Root
Network directory for the image server which holds all the resource files
Public propertyImage_URL
Base image URL for all digital resource images
Public propertyIn_Process_Submission_Location
Gets the location that submission packets are built before being submitted into the regular digital resource location
Public propertyisHosted
Flag indicates if this is a 'hosted' solution of SobekCM, in which case certain fields should not be made available, even to "system admins"
Public propertyJP2ServerType
Gets the TYPE of the JPEG2000 server - allowing the system to support different types of the zoomable server ( i.e., Aware, Djatoka, etc.. )
Public propertyJP2ServerUrl
URL for an external JPEG2000 zoomable image server
Public propertyPage_Solr_Index_URL
URL for the Solr/Lucene index for the page text
Public propertyRecycle_Bin
Network location of the recycle bin, where deleted items and files are placed for a while, in case of accidental deletion
Public propertySobekCM_ImageServer
URL to the SobekCM Image Server, initially used just when features need to be drawn on images
Public propertySobekCM_Web_Server_IP
IP address for the SobekCM web server
Public propertyStatic_Pages_Location
Location where all the item-level page exist for search engine indexing
Public propertyStatic_Resources_Config_File
Indicates which static resources configuration file to use
Public propertyStatistics_Caching_Enabled
Flag indicates if the statistics information should be cached for very quick retrieval for search engine robots.
Public propertySystem_Base_URL
Gets the complete url to this instance of SobekCM library software
Public propertySystem_Error_URL
Gets the error web page to send users to when a catastrophic error occurs
Public propertyWeb_Output_Caching_Minutes
Number of minutes clients are suggested to cache the web output

See Also



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