====== GetBundle ====== Method of [[:scripting:api:repository:start|IRepository]] ===== Description ===== Get bundle by GUID ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **sID** ==== Return Value ==== * [[:scripting:api:bundle:start|IBundle]] **ppBundle** ===== Syntax ===== ==== JavaScript ==== var ppBundle = Repository.GetBundle(sID); ==== Visual Basic Script ==== ppBundle = Repository.GetBundle sID ==== C++ ==== CComPtr pBundle; HRESULT hr = Repository.GetBundle(sID, &pBundle); ===== See Also ===== [[:scripting:api:repository:start|IRepository]] ~~NOTOC~~