LocalBundles
Property of IRepository
Description
Returns list of local bundles
Property type
Read-Only Property of type IBundles
Syntax
JavaScript
var pBundles = Repository.LocalBundles;
Visual Basic Script
pBundles = Repository.LocalBundles
C++
CComPtr<IBundles> pBundles; HRESULT hr = Repository.get_LocalBundles(&pBundles);