C# Class SobekCM.Builder_Library.Modules.Items.CopyToArchiveFolderModule

Item-level submission package module copies all incoming files into an archive folder, where an archiving process can pickup the new files
This class implements the abstractSubmissionPackageModule abstract class and implements the iSubmissionPackageModule interface.
Inheritance: SobekCM.Builder_Library.Modules.Items.abstractSubmissionPackageModule
Show file Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
DoWork ( Incoming_Digital_Resource Resource ) : bool

Copies all incoming files into an archive folder, where an archiving process can pickup the new files

Private Methods

Method Description
Archive_Any_Files ( Incoming_Digital_Resource ResourcePackage ) : bool

Method Details

DoWork() public method

Copies all incoming files into an archive folder, where an archiving process can pickup the new files
public DoWork ( Incoming_Digital_Resource Resource ) : bool
Resource Incoming_Digital_Resource Incoming digital resource object
return bool