C# Класс Sitecore.SharedSource.Commons.CustomSitecore.Pipeline.AutoPublish

Наследование: PublishProcessor
Показать файл Открыть проект

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