NDoc 1.3.1 SDK

PathItemBase.BasePath Property

The base path for converting PathItemBase path to relative form.

[Visual Basic]
Shared Public Property BasePath As String
[C#]
public static string BasePath { get; set; }
[C++]
public: static __property String* get_BasePath();
public: static __property void set_BasePath(String* );
[JScript]
public static function get BasePath() : String
public static function set BasePath(String);

Remarks

If the path has not been explicitly set, it defaults to the working directory.

See Also

PathItemBase Class | NDoc.Core Namespace