IHttpResourceProviderGetResource Method |
Retrieves the resource with the specified URL, and returns it.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax HttpResource GetResource(
string locator
)
Parameters
- locator
- Type: SystemString
The URL of the resource.
Return Value
Type:
HttpResourceThe resource with the specified URL.
See Also