Gets or sets a value indicating whether to load the document structure parts if available.

Namespace: FirstFloor.Documents.IO
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public bool IncludeDocumentStructures { get; set; }
Visual Basic
Public Property IncludeDocumentStructures As Boolean
	Get
	Set
Visual C++
public:
property bool IncludeDocumentStructures {
	bool get ();
	void set (bool value);
}

Field Value

true if document structures should be loaded; otherwise, false.

See Also