C# 클래스 SobekCM.Builder_Library.Modules.PostProcess.BuildAggregationBrowsesModule

Post-process module builds the static aggregation-level (and instance-level) browse and RSS feed files
This class implements the abstractPostProcessModule abstract class and implements the iPostProcessModule interface.
상속: SobekCM.Builder_Library.Modules.PostProcess.abstractPostProcessModule
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
DoWork ( List AggregationsAffected, List ProcessedItems, List DeletedItems, InstanceWide_Settings Settings ) : void

Builds the static aggregation-level (and instance-level) browse and RSS feed files

비공개 메소드들

메소드 설명
Recreate_Library_XML_and_RSS ( long Builderid, Static_Pages_Builder StaticBuilder, InstanceWide_Settings Settings, string WorkSpaceDirectory ) : void

메소드 상세

DoWork() 공개 메소드

Builds the static aggregation-level (and instance-level) browse and RSS feed files
public DoWork ( List AggregationsAffected, List ProcessedItems, List DeletedItems, InstanceWide_Settings Settings ) : void
AggregationsAffected List List of aggregations affected during the last process of incoming digital resources
ProcessedItems List List of all items just processed (or reprocessed)
DeletedItems List List of all delete requests just processed
Settings SobekCM.Core.Settings.InstanceWide_Settings Instance-wide settings which may be required for this process
리턴 void