NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Formatting Enumeration

Specifies formatting options for the XmlWriter stream.

[Visual Basic]
Public Enum Formatting
[C#]
public enum Formatting
[C++]
public enum Formatting

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Indented This option causes child elements to be indented using the Indentation and IndentChar properties. It only indents Element Content (http://www.w3.org/TR/1998/REC-xml-19980210#sec-element-content) and not Mixed Content (http://www.w3.org/TR/1998/REC-xml-19980210#sec-mixed-content) according to the XML 1.0 definitions of these terms.
None No special formatting is done (this is the default).

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

System.NewXml Namespace