Archive_Settings Class
Settings from the database for built-in archiving functionality
Namespace: SobekCM.Core.SettingsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[DataContractAttribute]
[XmlRootAttribute("ArchiveSettings")]
public class Archive_Settings |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Archive_DropBox | Drop box where packages can be placed to be archived locally |
| PostArchive_Files_To_Delete | Gets the regular expression for matching files names to delete AFTER archiving
incoming digital resource files |
| PreArchive_Files_To_Delete | Gets the regular expression for matching files names to delete BEFORE archiving
incoming digital resource files |
See Also