C# 클래스 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.
상속: SobekCM.Builder_Library.Modules.Folders.abstractFolderModule
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

DoWork() 공개 메소드

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
리턴 void