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. |