how to search a topic by its GUID programmatically? in a efficient way?

luisfernandomerlano shared this question 7 months ago
Answered

Hello experts,

i need a code to search a topic via its GUID, does somebody know how to do this in a efficient way?

if yes could you kindly share the code?


thanks in advance

Best Answer
photo

This will return a topic by Guid from all topics including filtered topics:


Document.Range(mmRangeAllTopics, True).FindByGuid(pGuid)

Replies (1)

photo
2

This will return a topic by Guid from all topics including filtered topics:


Document.Range(mmRangeAllTopics, True).FindByGuid(pGuid)

---