Gets or sets a value indicating whether to load the StoryFragments 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 IncludeStoryFragments { get; set; }
Visual Basic
Public Property IncludeStoryFragments As Boolean
	Get
	Set
Visual C++
public:
property bool IncludeStoryFragments {
	bool get ();
	void set (bool value);
}

Field Value

true if story fragments shoud be loaded; otherwise, false.

See Also