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

Field Value

true if document properties shoud be loaded; otherwise, false.

See Also