scripting:api:repository:local-bundles

LocalBundles

Property of IRepository

Returns list of local bundles

Read-Only Property of type IBundles

var pBundles = Repository.LocalBundles;
pBundles = Repository.LocalBundles
CComPtr<IBundles> pBundles;
HRESULT hr = Repository.get_LocalBundles(&pBundles);