Method GetFilePathForBundle
GetFilePathForBundle(string)
Given a bundle name, determine the file path for the bundle.
Declaration
public string GetFilePathForBundle(string bundleName)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | bundleName | The name of the bundle.  | 
    
Returns
| Type | Description | 
|---|---|
| string | The full file path.  |