Find a bundle code by its code
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function FindByBundleCode( _ ByVal bundleCode As String _ ) As CreditBundleClass |
| C# |
|---|
| public CreditBundleClass FindByBundleCode( string bundleCode ) |
| C++ |
|---|
| public: CreditBundleClass FindByBundleCode( String bundleCode ) sealed |
| J# |
|---|
| public CreditBundleClass FindByBundleCode( string bundleCode ) |
| JScript |
|---|
| public
function FindByBundleCode( bundleCode : String ) : CreditBundleClass |
Parameters
- bundleCode
- Bundle code to find
Return Value
Object if found otherwise null