common-publish-item-by-path
Publish Sitecore content items by specifying their path. Configure publishing targets, modes, languages, and options for subitems or related items to manage content deployment.
Instructions
Publishes a Sitecore item by its path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path of the item that should be published. | |
| target | No | Specifies the publishing target. The default target database is 'web'. | |
| recurse | No | Publishes the subitems with the root item. | |
| publishMode | No | Specifies the Publish mode. | |
| publishRelatedItems | No | Publishes the related items. | |
| republishAll | No | Republishes all items provided to the publishing job. | |
| compareRevisions | No | Turns revision comparison on. | |
| fromDate | No | Publishes items newer than the date provided only. | |
| asJob | No | The Sitecore API called to perform the publish is different with this parameter. | |
| language | No | The language of the item that should be published. Supports globbing/wildcards. | |
| database | No | The database containing the item (defaults to the context database). |