Method AddResourceLocator
AddResourceLocator(IResourceLocator, String, IResourceLocation)
Add a resource locator.
Declaration
public static void AddResourceLocator(IResourceLocator locator, string localCatalogHash = null, IResourceLocation remoteCatalogLocation = null)
Parameters
Type | Name | Description |
---|---|---|
IResourceLocator | locator | The locator object. |
String | localCatalogHash | The hash of the local catalog. This can be null if the catalog cannot be updated. |
IResourceLocation | remoteCatalogLocation | The location of the remote catalog. This can be null if the catalog cannot be updated. |