Click or drag to resize
ResourceInfoProviderGetResourceInfo Method (String)

Note: This API is now obsolete.

Returns the ResourceInfo structure for the specified resource.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IResourceInfoProvider.Get(string) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ResourceInfo.Provider.")]
public static ResourceInfo GetResourceInfo(
	string resourceName
)

Parameters

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

Return Value

Type: ResourceInfo
See Also