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

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

Parameters

locator
Type: SystemString
The URL of the resource.

Return Value

Type: HttpResource
The resource with the specified URL.

Implements

IHttpResourceProviderGetResource(String)
See Also