C# Class Sitecore.SharedSource.Commons.CustomSitecore.Pipeline.AutoPublish

Inheritance: PublishProcessor
Show file Open project: Velir/Sitecore-Commons

Private Properties

Property Type Description
AllowableTemplate bool
GetSourceItems IEnumerable

Public Methods

Method Description
GetAdditionalPublishingCandidates ( PublishContext context ) : List

Returns the additional items to be published from the images field

Process ( PublishContext context ) : void

Private Methods

Method Description
AllowableTemplate ( string templateId ) : bool

Determines if auto-publishing is available for this template

GetSourceItems ( PublishOptions options ) : IEnumerable

Method Details

GetAdditionalPublishingCandidates() public method

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

Process() public method

public Process ( PublishContext context ) : void
context PublishContext
return void