Message 1 of 2
Replace assembly in Representation with API

Not applicable
09-04-2016
02:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Presentations only got 1 assembly reference linked to them.
But how to call it in the API?
Dim oDoc As PresentationDocument
Then you have multiple choices:
oDoc.AllReferencedDocuments
oDoc.ReferencedDocuments
oDoc.ReferencedDocumentDescriptors
None of it is working... Help
Thx in advance,
Arnold