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


IDocumentInfo2.Folder Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDocumentInfo2.Folder Property

The folder of the document.

[Visual Basic .NET]
Public ReadOnly Property Folder As String
[C#]
public string Folder {get;}
[C++]
HRESULT get_Folder(
  BSTR* Folder
);
[C++]

Parameters Folder [out, retval] Folder is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDocumentInfo2 Interface