| PageInfoProviderGetPageInfo Method (Guid, Int32) | 
            Returns the page info for the given Document GUID.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxpublic 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