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

공개 메소드들

메소드 설명
DoWork ( Incoming_Digital_Resource Resource ) : bool

비공개 메소드들

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

메소드 상세

DoWork() 공개 메소드

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