Method RemoveDataSource
RemoveDataSource(string)
Removes a user-scoped data source by its identifier.
public bool RemoveDataSource(string dataSourceIdentifier)
Parameters
dataSourceIdentifierstringThe data source identifier (without the user prefix).
Returns
- bool
trueif the data source was removed; otherwise,false.