| CMSWebPartPropertiesPageGetPageInfo Method (String, Int32, String) | 
            Gets the page info for the properties page.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntaxpublic static PageInfo GetPageInfo(
	string aliasPath,
	int templateId,
	string culture
)
Parameters
- aliasPath
 - Type: SystemString
Alias path - templateId
 - Type: SystemInt32
Template ID - culture
 - Type: SystemString
Preferred culture to use along with alias path 
Return Value
Type: 
PageInfo
See Also