Click or drag to resize
WebPartInfoProviderGetWebPartInfoByGUID Method

Note: This API is now obsolete.

Returns object with specified GUID.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use GetWebParts() with custom where condition instead.")]
public static WebPartInfo GetWebPartInfoByGUID(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: WebPartInfo
See Also