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


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

IARControl.DocumentComment Property

A comment about the currently loaded Published Map File (*.PMF).

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns any comments that were specified when the currently loaded document was published.

Errors Returned

2003 800A07D3: No document loaded

See Also

IARControl Interface