Method ReplaceBundleEntry
ReplaceBundleEntry(String, String)
Replace an entry in the File Registry with a new bundle name.
Declaration
public bool ReplaceBundleEntry(string bundleName, string newFileRegistryEntry)
Parameters
| Type | Name | Description |
|---|---|---|
| String | bundleName | The bundle name to replace. |
| String | newFileRegistryEntry | The new file registry bundle name. |
Returns
| Type | Description |
|---|---|
| Boolean | Returns true if a successful replacement occured. |