NDoc 1.3.1 SDK

BaseDocumenterConfig.Read Method 

Loads config details from the specified XmlReader.

[Visual Basic]
Public Sub Read( _ 
   ByVal reader As XmlReader _ 
) _
    Implements IDocumenterConfig.Read
[C#]
public void Read(
   XmlReader reader
);
[C++]
public: void Read(
   XmlReader* reader
);
[JScript]
public function Read(
   XmlReader reader
);

Parameters

reader
An XmlReader positioned on a <documenter> element.

Implements

IDocumenterConfig.Read

Remarks

Each property found in the XML is loaded into current config using ReadProperty.

See Also

BaseDocumenterConfig Class | NDoc.Core Namespace