RTC - show all file versions from the repository? (not workspace)
hi all
The question I'm trying to answer is, "is there a later version of this file (assume a FileItemWrapper) in the repository?"
When we look at the history for a file, we can ask for "Show All in Repository", which visually answers the question, but I need to get there via the API.
So, we can use a workspace connection, establish its ItemNamspace, get its IItemContext, and get the changes from there.
Is there an equivalent paradigm for working from a RepositoryNamespace ?
thanks,
Steve |
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi Steve,