tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ResolveInstructionBase

ResolveInstructionBase class

Signature:

export declare abstract class ResolveInstructionBase

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, structureResolveOption, publishInChildPublications, })   Constructs a new instance of the ResolveInstructionBase class

Properties

Property Modifiers Type Description
_backendModel   BackendResolveInstructionBase  
getInternalModel   () => BackendResolveInstructionBase  
includeChildPublications   boolean | undefined Value indicating whether to resolve items also from all child Publications where user has PublishManagement rights.
includeCurrentPublication   boolean | undefined Value indicating whether items will be (un)published inside the current Publication.
publishInChildPublications   ReadonlyArray<ItemUri> | undefined Collection of TCM URIs of child Publications where items will be (un)published.
structureResolveOption   StructureResolveOption | undefined Value indicating the option to include the resolved items and/or structure.