Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
hans_thielen
Partner - Contributor
Partner - Contributor

QMS API - GetDocumentBookmarkNames

Hello,

I have a problem with the GetDocumentBookmarkNames method of the QMS API (November 2017). I implemented the sample of the help IQMS2.GetDocumentBookmarkNames Method

and I can successfully open a document session, but the bookmarkNames here

List<string> bookmarkNames = apiClient.GetDocumentBookmarkNames(documentSession);

are always empty.

Am I missing something?

Best regards,

Hans

1 Solution

Accepted Solutions
hans_thielen
Partner - Contributor
Partner - Contributor
Author

Problem solved,

I created server bookmarks and not document bookmarks.... my fault.

View solution in original post

1 Reply
hans_thielen
Partner - Contributor
Partner - Contributor
Author

Problem solved,

I created server bookmarks and not document bookmarks.... my fault.