Click or drag to resize
PageInfoProviderGetPageInfo Method (Guid)

Note: This API is now obsolete.

Returns the page info for the given Document GUID.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. It didn't perform correctly in all cases since the DocumentGUID is unique only within a site context. Please use GetPageInfo(Guid documentGuid, int siteId) method instead.")]
public static PageInfo GetPageInfo(
	Guid documentGuid
)

Parameters

documentGuid
Type: SystemGuid
Document GUID

Return Value

Type: PageInfo
See Also