Click or drag to resize
PageInfoPageTitle Property

Note: This API is now obsolete.

Page title.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use DocumentPageTitle property, which do not resolve macros, instead. For getting resolved page title use GetResolvedPageTitle() method.")]
public virtual string PageTitle { get; }

Property Value

Type: String
See Also