Gets the level where the outline entry exists in the hierarchy. A value of 1 is the root.

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

Syntax

C#
public Nullable<int> OutlineLevel { get; internal set; }
Visual Basic
Public Property OutlineLevel As Nullable(Of Integer)
	Get
	Friend Set
Visual C++
public:
property Nullable<int> OutlineLevel {
	Nullable<int> get ();
	internal: void set (Nullable<int> value);
}

Field Value

The outline level.

See Also