Enum XmlContainerType
Specifies the storage type of the container.
Namespace: Figaro
Assembly: Figaro.dll
Syntax
public enum XmlContainerType
Fields
Name | Description |
---|---|
NodeContainer | Documents are broken down into their component nodes, and these nodes are stored individually in the container. This is the preferred container storage type. |
WholeDocContainer | Documents are stored intact; all white space and formatting is preserved. |