Click or drag to resize
ResourceInfoProviderGetResourceInfoInternal Method (String)
Returns the ResourceInfo structure for the specified resource.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
protected virtual ResourceInfo GetResourceInfoInternal(
	string resourceName
)

Parameters

resourceName
Type: SystemString
Resource name to use for retrieving the resource data

Return Value

Type: ResourceInfo
See Also