NDoc 1.3.1 SDK

PathItemBase.Path Property

Gets or sets the fully qualified path.

[Visual Basic]
<MergableProperty(AllowMerge:=False), _  PropertyOrder(Order:=10)>
Overridable Public Property Path As String [C#]
[MergableProperty(AllowMerge=False)]
[PropertyOrder(Order=10)]
public virtual string Path { get; set; } [C++]
[MergableProperty(AllowMerge=False)]
[PropertyOrder(Order=10)]
public: virtual __property String* get_Path(); public: virtual __property void set_Path(String* ); [JScript] public 
   MergableProperty(AllowMerge=False)
   PropertyOrder(Order=10)
virtual function get Path() : String public 
   MergableProperty(AllowMerge=False)
   PropertyOrder(Order=10)
virtual function set Path(String);

Property Value

The fully qualified path

Remarks

If the set path is not rooted, FixedPath is set to false, otherwise it left at its current setting.

Exceptions

Exception TypeCondition
ArgumentNullExceptionset value is a a null reference (Nothing in Visual Basic).
ArgumentOutOfRangeExceptionset value is an empty string.

See Also

PathItemBase Class | NDoc.Core Namespace