C# 클래스 Sitecore.SharedSource.Commons.CustomSitecore.Pipeline.AutoPublish

상속: PublishProcessor
파일 보기 프로젝트 열기: Velir/Sitecore-Commons

Private Properties

프로퍼티 타입 설명
AllowableTemplate bool
GetSourceItems IEnumerable

공개 메소드들

메소드 설명
GetAdditionalPublishingCandidates ( PublishContext context ) : List

Returns the additional items to be published from the images field

Process ( PublishContext context ) : void

비공개 메소드들

메소드 설명
AllowableTemplate ( string templateId ) : bool

Determines if auto-publishing is available for this template

GetSourceItems ( PublishOptions options ) : IEnumerable

메소드 상세

GetAdditionalPublishingCandidates() 공개 메소드

Returns the additional items to be published from the images field
public GetAdditionalPublishingCandidates ( PublishContext context ) : List
context PublishContext
리턴 List

Process() 공개 메소드

public Process ( PublishContext context ) : void
context PublishContext
리턴 void