scripting:api:repository:online-bundles

OnlineBundles

Property of IRepository

Returns list of online bundles

Read-Only Property of type IBundles

var pBundles = Repository.OnlineBundles;
pBundles = Repository.OnlineBundles
CComPtr<IBundles> pBundles;
HRESULT hr = Repository.get_OnlineBundles(&pBundles);