NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.ReferencePaths Property

Gets or sets a collection of additional paths to search for reference assemblies.

[Visual Basic]
<Category(Category:="(Global)"), _  Description(Description:="A collection of additional paths to search for reference assemblies. Note: This is a PROJECT level property that is shared by all documenters..."), _  NonPersisted>
Public Property ReferencePaths As ReferencePathCollection [C#]
[Category(Category="(Global)")]
[Description(Description="A collection of additional paths to search for reference assemblies. Note: This is a PROJECT level property that is shared by all documenters...")]
[NonPersisted]
public ReferencePathCollection ReferencePaths { get; set; } [C++]
[Category(Category="(Global)")]
[Description(Description="A collection of additional paths to search for reference assemblies. Note: This is a PROJECT level property that is shared by all documenters...")]
[NonPersisted]
public: __property ReferencePathCollection* get_ReferencePaths(); public: __property void set_ReferencePaths(ReferencePathCollection* ); [JScript] public 
   Category(Category="(Global)")
   Description(Description="A collection of additional paths to search for reference assemblies. Note: This is a PROJECT level property that is shared by all documenters...")
   NonPersisted
function get ReferencePaths() : ReferencePathCollection public 
   Category(Category="(Global)")
   Description(Description="A collection of additional paths to search for reference assemblies. Note: This is a PROJECT level property that is shared by all documenters...")
   NonPersisted
function set ReferencePaths(ReferencePathCollection);

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace