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 >> Builder_Settings

Builder_Settings Class



[DataContract] Class stores the all the settings used by the builder


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("builderSettings")]
public class Builder_Settings

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Settings..::..Builder_Settings

Constructors

  NameDescription
Public methodBuilder_Settings
Constructor for a new instance of the Builder_Settings class

Methods

  NameDescription
Public methodClear
Clear all these settings
Public methodShouldSerializeIncomingFolders
Method suppresses XML Serialization of the IncomingFolders collection if it is empty
Public methodShouldSerializeItemDeleteModulesSettings
Method suppresses XML Serialization of the ItemDeleteModulesSettings collection if it is empty
Public methodShouldSerializeItemProcessModulesSettings
Method suppresses XML Serialization of the ItemProcessModulesSettings collection if it is empty
Public methodShouldSerializeOCR_Command_Prompt
Method suppresses XML Serialization of the OCR_Command_Prompt flag property if it is NULL or empty
Public methodShouldSerializeOverride_Seconds_Between_Polls
Method suppresses XML Serialization of the Override_Seconds_Between_Polls flag property if it is NULL
Public methodShouldSerializePostProcessModulesSettings
Method suppresses XML Serialization of the PostProcessModulesSettings collection if it is empty
Public methodShouldSerializePreProcessModulesSettings
Method suppresses XML Serialization of the PreProcessModulesSettings collection if it is empty

Properties

  NameDescription
Public propertyAdd_PageTurner_ItemViewer
Flag indicates if the page turner should be added automatically
Public propertyComplete_Package_Required_Aging
Number of ticks that a complete package must age before being processed
Public propertyConvert_Office_Files_To_PDF
Flag indicates if the builder should try to convert office files (Word and Powerpoint) to PDF during load and post-processing
Public propertyGhostscript_Executable
Ghostscript executable file
Public propertyIIS_Logs_Directory
IIS web log location (usually a network share) for the builder to read the logs and add the usage statistics to the database
Public propertyImageMagick_Executable
ImageMagick executable file
Public propertyIncomingFolders
[DataMember] List of all the incoming folders which should be checked for new resources
Public propertyItemDeleteModulesSettings
[DataMember] List of all the builder modules to use for item deletes (processed by the builder)
Public propertyItemProcessModulesSettings
[DataMember] List of all the builder modules used for new packages or updates (processed by the builder)
Public propertyKakadu_JP2_Create_Command
Kakadu JPEG2000 script will override the specifications used when creating zoomable images
Public propertyLog_Expiration_Days
Number of days builder logs remain before the builder will try to delete it
Public propertyMain_Builder_Input_Folder
Returns the network location for the main builder, which runs essentially without restrictions
Public propertyMETS_Only_Package_Required_Aging
Number of ticks that a metadata only package must age before being processed
Public propertyOCR_Command_Prompt
Command to launch the OCR engine against a single TIFF to produce a single TEXT file
Public propertyOverride_Seconds_Between_Polls
Number of seconds between polls, from the configuration file (not the database)
Public propertyPostProcessModulesSettings
[DataMember] List of modules to run after doing any additional processing
Public propertyPreProcessModulesSettings
[DataMember] List of modules to run before doing any additional processing
Public propertySeconds_Between_Polls
Number of seconds the builder waits between polls
Public propertySend_Usage_Emails
Flag indicates is usage emails should be sent automatically after the stats usage has been calculated and added to the database
Public propertyVerbose_Flag
Flag indicates if the builder should be extra verbose in the log files (used for debugging purposes mostly)
Public propertyVerifyCheckSum
Flag indicates whether checksums should be verified

See Also



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