Is there a way to set "ready to publish" programatically? I tried setting isPendingPublish true but that didnt work.
Have anyone done this before?
Thanks!
Use IContentRepository with save method and use SaveAction.CheckIn.
That should do it.
http://world.episerver.com/documentation/Class-library/?documentId=cms/9/5864AC72
That worked! Thanks!
Is there a way to set "ready to publish" programatically? I tried setting isPendingPublish true but that didnt work.
Have anyone done this before?
Thanks!