scripting:api:repository:get-bundle

Action unknown: plugin_bookcreator__addtobook

GetBundle

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