Method Initialize
Initialize(string, string)
Initilization data is passed when when constructed from serialized data
Declaration
public override bool Initialize(string id, string data)
Parameters
Type | Name | Description |
---|---|---|
string | id | The provider id |
string | data | The data string, this is assumed to be the virtual bundle data path |
Returns
Type | Description |
---|---|
bool | true if the data is as expected |