This document is archived and information here might be outdated.  Recommended version.


IARPageLayout.Title Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARPageLayout Interface > IARPageLayout.Title Property
ArcGIS Developer Help

IARPageLayout.Title Property

The title in the page layout. Not all page layouts have a title that can be changed, use the HasTitle method to check this.

[Visual Basic .NET]
Public Property Title As String
[C#]
public string Title {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

This property can be used to get and set the ARPageLayout title, provided a PMF has been Published with a Published Map Title.  A Published Map Title can be added to a PMF prior to publication via the Publisher Settings menu on the Publisher extension toolbar in ArcMap.  If a the PMF doesn't have a Published Map title, attempting to access the title using this property will return a custom error.

Errors Returned

2132: The current document does not have a Published Map title.

See Also

IARPageLayout Interface