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

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
public static ResourceInfo GetResourceInfo(
	int resourceId
)

Parameters

resourceId
Type: SystemInt32
Id of the resource to retrieve

Return Value

Type: ResourceInfo
See Also