Method of IRepository
Get bundle by GUID
var ppBundle = Repository.GetBundle(sID);
==== Visual Basic Script ====
ppBundle = Repository.GetBundle sID
==== C++ ====
CComPtr<IBundle> pBundle; HRESULT hr = Repository.GetBundle(sID, &pBundle);
===== See Also ===== IRepository