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

Inheritance: PublishProcessor
Afficher le fichier Open project: Velir/Sitecore-Commons

Private Properties

Свойство Type Description
AllowableTemplate bool
GetSourceItems IEnumerable

Méthodes publiques

Méthode Description
GetAdditionalPublishingCandidates ( PublishContext context ) : List

Returns the additional items to be published from the images field

Process ( PublishContext context ) : void

Private Methods

Méthode Description
AllowableTemplate ( string templateId ) : bool

Determines if auto-publishing is available for this template

GetSourceItems ( PublishOptions options ) : IEnumerable

Method Details

GetAdditionalPublishingCandidates() public méthode

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

Process() public méthode

public Process ( PublishContext context ) : void
context PublishContext
Résultat void