Gets the settings available on the current thread.

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

Syntax

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

Field Value

The current settings.

See Also