Show / Hide Table of Contents

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.

See Also
ContainerType
  • View Source
Back to top Generated by DocFX