NDoc 1.3.1 SDK

BaseDocumenterConfig.UseNDocXmlFile Property

Gets or sets a value indicating whether to use the specified XML file as input instead of reflecting the list of assemblies specified on the project.

[Visual Basic]
<Description(Description:="When set, NDoc will use the specified XML file as input instead of reflecting the list of assemblies specified on the project. Very useful for debugging documenters. Leave empty for normal usage."), _  DefaultValue, _  Editor(EditorBaseTypeName:="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName:="System.Windows.Forms.Design.FileNameEditor, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"), _  Category(Category:="Documentation Main Settings")>
Public Property UseNDocXmlFile As String [C#]
[Description(Description="When set, NDoc will use the specified XML file as input instead of reflecting the list of assemblies specified on the project. Very useful for debugging documenters. Leave empty for normal usage.")]
[DefaultValue]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.FileNameEditor, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[Category(Category="Documentation Main Settings")]
public string UseNDocXmlFile { get; set; } [C++]
[Description(Description="When set, NDoc will use the specified XML file as input instead of reflecting the list of assemblies specified on the project. Very useful for debugging documenters. Leave empty for normal usage.")]
[DefaultValue]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.FileNameEditor, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[Category(Category="Documentation Main Settings")]
public: __property String* get_UseNDocXmlFile(); public: __property void set_UseNDocXmlFile(String* ); [JScript] public 
   Description(Description="When set, NDoc will use the specified XML file as input instead of reflecting the list of assemblies specified on the project. Very useful for debugging documenters. Leave empty for normal usage.")
   DefaultValue
   Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.FileNameEditor, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
   Category(Category="Documentation Main Settings")
function get UseNDocXmlFile() : String public 
   Description(Description="When set, NDoc will use the specified XML file as input instead of reflecting the list of assemblies specified on the project. Very useful for debugging documenters. Leave empty for normal usage.")
   DefaultValue
   Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.FileNameEditor, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
   Category(Category="Documentation Main Settings")
function set UseNDocXmlFile(String);

Remarks

When set, NDoc will use the specified XML file as input instead of reflecting the list of assemblies specified on the project.

Very useful for debugging documenters. Leave empty for normal usage.

See Also

BaseDocumenterConfig Class | NDoc.Core Namespace