Click or drag to resize
ReportCategoryInfoProviderGetReportCategoryInfoByGUID Method
Returns object with specified GUID.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public static ReportCategoryInfo GetReportCategoryInfoByGUID(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: ReportCategoryInfo
See Also