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
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Archive_Any_Files ( Incoming_Digital_Resource ResourcePackage ) : bool

Method Details

DoWork() public méthode

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
Résultat bool