Gets the story fragments.

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

Syntax

C#
public IEnumerable<StoryFragment> StoryFragments { get; internal set; }
Visual Basic
Public Property StoryFragments As IEnumerable(Of StoryFragment)
	Get
	Friend Set
Visual C++
public:
property IEnumerable<StoryFragment^>^ StoryFragments {
	IEnumerable<StoryFragment^>^ get ();
	internal: void set (IEnumerable<StoryFragment^>^ value);
}

Field Value

The story fragments.

Remarks

This property is set after the page is loaded with IncludeStoryFragments enabled. The PropertyChanged event is raised once the story fragments are loaded.

See Also