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: 9.0.0
Syntax
C#
[ObsoleteAttribute("This method is obsolete. It didn't perform correctly in all cases since the DocumentGUID is not unique within a site context (linked documents share this GUID). Please use GetPageInfo(string siteName, string aliasPath, string cultureCode, string urlPath, bool combineWithDefaultCulture) method instead.")]
public static PageInfo GetPageInfo(
	Guid documentGuid
)

Parameters

documentGuid
Type: SystemGuid
Document GUID

Return Value

Type: PageInfo
See Also