Gets or sets an indication whether the path should be saved as fixed or relative to the project file.
[Visual Basic]<RefreshProperties(RefreshProperties:=RefreshProperties.Repaint), _ DefaultValue(Value:=False), _ PropertyOrder(Order:=20), _ Description(Description:="If true, NDoc will save this as a fixed path; otherwise, it will be saved as a path relative to the NDoc project file.")>Public Property FixedPath As Boolean [C#][RefreshProperties(RefreshProperties=RefreshProperties.Repaint)][DefaultValue(Value=False)][PropertyOrder(Order=20)][Description(Description="If true, NDoc will save this as a fixed path; otherwise, it will be saved as a path relative to the NDoc project file.")]public bool FixedPath { get; set; } [C++][RefreshProperties(RefreshProperties=RefreshProperties.Repaint)][DefaultValue(Value=False)][PropertyOrder(Order=20)][Description(Description="If true, NDoc will save this as a fixed path; otherwise, it will be saved as a path relative to the NDoc project file.")]public: __property bool get_FixedPath(); public: __property void set_FixedPath(bool ); [JScript] publicRefreshProperties(RefreshProperties=RefreshProperties.Repaint)DefaultValue(Value=False)PropertyOrder(Order=20)Description(Description="If true, NDoc will save this as a fixed path; otherwise, it will be saved as a path relative to the NDoc project file.")function get FixedPath() : bool publicRefreshProperties(RefreshProperties=RefreshProperties.Repaint)DefaultValue(Value=False)PropertyOrder(Order=20)Description(Description="If true, NDoc will save this as a fixed path; otherwise, it will be saved as a path relative to the NDoc project file.")function set FixedPath(bool);
if true, NDoc will save this as a Fixed path; otherwise, it will be saved as a path relative to the NDoc project file.
PathItemBase Class | NDoc.Core Namespace