Skip to main content
Participant
October 15, 2012
Answered

How to use kLiveEditCheckOutStoriesCmdBoss?

  • October 15, 2012
  • 1 reply
  • 725 views

Hi,

I want to check out some text stories for InCopy.

Therefore I tried kLiveEditCheckOutCmdBoss, and performed this command boss with the UIDs of the text stories within the CmdItemList.

But nothing seems to happen, the stories still are not checked out.

I haven´t found an example in the SDKsamples, and there was nothing in the API documentation.

Can anyone tell me what is missing to check out text stories for InCopy?

Thanks,

Detlef

This topic has been closed for replies.
Correct answer Detlef V.

Solution of my problem is to use:

Utils<Facade::ILiveEditFacade>()->CheckOut(storyUIDList);

This works fine.

1 reply

Detlef V.AuthorCorrect answer
Participant
October 22, 2012

Solution of my problem is to use:

Utils<Facade::ILiveEditFacade>()->CheckOut(storyUIDList);

This works fine.