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

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

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: SavedGraphInfo
See Also