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


IARControl.DocumentFilename 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.DocumentFilename Property
ArcGIS Developer Help

IARControl.DocumentFilename Property

The file name of the currently loaded Published Map File (*.PMF).

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns the file name of the currently loaded document.

Errors Returned

2003 800A07D3:  No document loaded 

See Also

IARControl Interface