Method CreateLocator
CreateLocator(string)
Create IResourceLocator object
Declaration
public ResourceLocationMap CreateLocator(string providerSuffix = null)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | providerSuffix | If specified, this value will be appeneded to all provider ids. This is used when loading additional catalogs that need to have unique providers.  | 
    
Returns
| Type | Description | 
|---|---|
| ResourceLocationMap | ResourceLocationMap, which implements the IResourceLocator interface.  |