Click or drag to resize
WidgetInfoProviderGetWidgetInfoByGuidInternal Method
Returns the WidgetInfo structure for the specified guid.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual WidgetInfo GetWidgetInfoByGuidInternal(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Widget Guid

Return Value

Type: WidgetInfo
See Also