C# Class SobekCM.Builder_Library.Modules.Folders.UpdateNonBibFolders

Folder-level builder module checks for folders that are not named in BibID or BibiD/VID format and do not have metadata. For these items, creates a BibID/VID folder with minimal metadata from the folder name.
This class implements the abstractFolderModule abstract class and implements the iFolderModule interface.
Inheritance: SobekCM.Builder_Library.Modules.Folders.abstractFolderModule
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Méthodes publiques

Méthode Description
DoWork ( Actionable_Builder_Source_Folder BuilderFolder, List IncomingPackages, List Deletes ) : void

Check for folders that are not named in BibID or BibiD/VID format and do not have metadata. For these items, creates a BibID/VID folder with minimal metadata from the folder name.

Method Details

DoWork() public méthode

Check for folders that are not named in BibID or BibiD/VID format and do not have metadata. For these items, creates a BibID/VID folder with minimal metadata from the folder name.
public DoWork ( Actionable_Builder_Source_Folder BuilderFolder, List IncomingPackages, List Deletes ) : void
BuilderFolder Actionable_Builder_Source_Folder Builder folder upon which to perform all work
IncomingPackages List List of valid incoming packages, which may be modified by this process
Deletes List List of valid deletes, which may be modifyed by this process
Résultat void