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 >> Builder >> Builder_Source_Folder

Builder_Source_Folder Class



Class which contains all the specifications for an source folder which may contain packages destined to be bulk loaded into a SobekCM library incoming FTP folder, including network locations, archiving instructions, and what type of packages are permissable


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

Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("builderFolder")]
[DataContractAttribute]
[ProtoContractAttribute]
public class Builder_Source_Folder

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Builder..::..Builder_Source_Folder

Constructors

  NameDescription
Public methodBuilder_Source_Folder
Constructor for a new instance of the Builder_Source_Folder class

Properties

  NameDescription
Public propertyAllow_Deletes
Flag indicates if this folder accepts DELETE metadata files, or if these should be rejected
Public propertyAllow_Folders_No_Metadata
Flag indicates if this folder accepts folders with resource files but lacking metadata, or if these should be rejected
Public propertyAllow_Metadata_Updates
Flag indicates if this folder accepts METADATA UPDATE files, or if these should be rejected
Public propertyArchive_All_Files
Flag indicates if all incoming, unarchived files (regardless of type) should be copied to the archiving directory
Public propertyArchive_TIFFs
Flag indicates if any incoming, unarchived TIFF files should be copied to the archiving directory
Public propertyBibID_Roots_Restrictions
If there are any BibID root restrictions related to this incoming folder, they are listed here, with 'pipes' between them. i.e., 'UF|UCF|CA001'
Public propertyBuilder_Module_Set
Set of the builder modules used by this incoming folder
Public propertyFailures_Folder
Network folder where packages which fail validation and other checks are placed
Public propertyFolder_Name
Human readable label for this folder
Public propertyInbound_Folder
Network inbound folder which is checked for new incoming packages or metadata files
Public propertyIncomingFolderID
Primary key for this incoming folder in the database
Public propertyPerform_Checksum
Flag indicates if incoming packages should be subjected to a checksum validation if checksums exist within the METS file
Public propertyProcessing_Folder
Network processing folder where packages are moved while being loaded into the library

See Also



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