Click or drag to resize
PageInfoProviderGetPageInfo Method (Guid, Int32)
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#
public static PageInfo GetPageInfo(
	Guid documentGuid,
	int siteId
)

Parameters

documentGuid
Type: SystemGuid
Document GUID
siteId
Type: SystemInt32
Document site ID

Return Value

Type: PageInfo
See Also