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 |
---|---|
bool | Returns true if a successful replacement occured. |