ArcObjects Library Reference (PublisherControls)  

IARControlDefault.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

IARControlDefault Interface