tridion-sites-extensions-api-docs

Home > @tridion-sites/models > BatchOperation > createdItems

BatchOperation.createdItems property

The list of the Ids of the created items during batch operation.

The property is used for publish/unpublish batch operations only and contains Ids of created publication transactions. For the other batch operations the property is empty.

Signature:

get createdItems(): ReadonlyArray<ItemUri> | undefined;