Specifies the type of content included in the story fragment.

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

Syntax

C#
public FragmentType FragmentType { get; internal set; }
Visual Basic
Public Property FragmentType As FragmentType
	Get
	Friend Set
Visual C++
public:
property FragmentType FragmentType {
	FragmentType get ();
	internal: void set (FragmentType value);
}

Field Value

The type of the fragment.

See Also