Search code examples
sitecoresitecore9

How to publish related items of sitecore programmatically


Please suggest any way to publish related items in sitecore programmatically.

P.S: Deep = true did not work.


Solution

  • I did it by getting all references of the item and published it using publish manager. I used GetReferences() to get the references.

    Thanks.