Method GetLocatorInfo
GetLocatorInfo(String)
Given the Id of an IResourceLocator, get the relevant content catalog data associated with it.
Declaration
public static ResourceLocatorInfo GetLocatorInfo(string locatorId)
Parameters
Type | Name | Description |
---|---|---|
String | locatorId | The Id of the IResourceLocator |
Returns
Type | Description |
---|---|
ResourceLocatorInfo | Data pertaining to the content catalog used by the provided IResourceLocator |
GetLocatorInfo(IResourceLocator)
Given the Id of an IResourceLocator, get the relevant content catalog data associated with it.
Declaration
public static ResourceLocatorInfo GetLocatorInfo(IResourceLocator locator)
Parameters
Type | Name | Description |
---|---|---|
IResourceLocator | locator | The resource locator you want to get content catalog data for. |
Returns
Type | Description |
---|---|
ResourceLocatorInfo | Data pertaining to the content catalog used by the provided IResourceLocator |