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

Resource_Settings Class



Settings related to default values for the digital resource files and how resource files should be handeled


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]
public class Resource_Settings

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Settings..::..Resource_Settings

Constructors

  NameDescription
Public methodResource_Settings
Constructor for a new instance of the Resource_Settings class

Properties

  NameDescription
Public propertyBackup_Files_Folder_Name
Name for the backup files folder within each digital resource
Public propertyFiles_To_Exclude_From_Downloads
Gets regular expression for matching file names (with extension) to exclude from automatically adding gto the downloads for incoming digital resources
Public propertyJPEG_Height
Gets the library-wide setting for height of created jpeg derivatives
Public propertyJPEG_Maximum_Height
Gets the library-wide setting for MAXIMUM height of uploaded jpegs before they are downsampled and a zoomable image created
Public propertyJPEG_Maximum_Width
Gets the library-wide setting for MAXIMUM width of uploaded jpegs before they are downsampled and a zoomable image created
Public propertyJPEG_Width
Gets the library-wide setting for width of created jpeg derivatives
Public propertyOnline_Item_Submit_Enabled
Flag indicates if online submissions and edits can occur at the moment
Public propertyShow_Citation_For_Dark_Items
Flag indicates if the citation should be show publicly for items that are currently dark
Public propertyThumbnail_Height
Gets the library-wide setting for height for created jpeg thumbnails
Public propertyThumbnail_Width
Gets the library-wide setting for width for created jpeg thumbnails
Public propertyUpload_File_Types
List of file type extensions which can be uploaded in the file management interface. These should all treated as downloads in the system.
Public propertyUpload_Image_Types
List of file type extensions which can be uploaded in the page image upload interface. These should all be treated as page files in the system

See Also



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