scripting:api:repository:local-bundles

LocalBundles

Property of IRepository

Returns list of local bundles

Read-Only Property of type IBundles

var pBundles = Repository.LocalBundles;

==== Visual Basic Script ====

pBundles = Repository.LocalBundles

==== C++ ====

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

===== See Also ===== IRepository