Resource_Settings Class
Settings related to default values for the digital resource files
and how resource files should be handeled
Namespace: SobekCM.Core.SettingsAssembly: 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
Constructors
| Name | Description |
---|
| Resource_Settings | Constructor for a new instance of the Resource_Settings class |
Properties
| Name | Description |
---|
| Backup_Files_Folder_Name | Name for the backup files folder within each digital resource |
| Files_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 |
| JPEG_Height | Gets the library-wide setting for height of created jpeg derivatives |
| JPEG_Maximum_Height | Gets the library-wide setting for MAXIMUM height of uploaded jpegs before they are downsampled and a zoomable image created |
| JPEG_Maximum_Width | Gets the library-wide setting for MAXIMUM width of uploaded jpegs before they are downsampled and a zoomable image created |
| JPEG_Width | Gets the library-wide setting for width of created jpeg derivatives |
| Online_Item_Submit_Enabled | Flag indicates if online submissions and edits can occur at the moment |
| Show_Citation_For_Dark_Items | Flag indicates if the citation should be show publicly for items that are currently dark |
| Thumbnail_Height | Gets the library-wide setting for height for created jpeg thumbnails |
| Thumbnail_Width | Gets the library-wide setting for width for created jpeg thumbnails |
| Upload_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. |
| Upload_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