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

Item-level submission package module moves all the incoming files and images to the image server, while keeping track of which images were newly added
This class implements the abstractSubmissionPackageModule abstract class and implements the iSubmissionPackageModule interface.
Inheritance: SobekCM.Builder_Library.Modules.Items.abstractSubmissionPackageModule
Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
DoWork ( Incoming_Digital_Resource Resource ) : bool

Private Methods

Method Description
Move_All_Files_To_Image_Server ( Incoming_Digital_Resource ResourcePackage, List NewImageFiles, string ServerPackageFolder ) : bool
NormalizePath ( string Path ) : string

Normalized this path

Rename_Any_Received_METS_File ( Incoming_Digital_Resource ResourcePackage ) : void

Method Details

DoWork() public method

public DoWork ( Incoming_Digital_Resource Resource ) : bool
Resource Incoming_Digital_Resource Incoming digital resource object
return bool