Click or drag to resize
IHttpResourceProviderGetResource Method
Retrieves the resource with the specified URL, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
HttpResource GetResource(
	string locator
)

Parameters

locator
Type: SystemString
The URL of the resource.

Return Value

Type: HttpResource
The resource with the specified URL.
See Also