GetBundle

Method of IRepository

Description

Get bundle by GUID

Parameters

Return Value

Syntax

JavaScript

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