Gets a value that represents the type of content that is contained in the Package.

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

Syntax

C#
public string ContentType { get; }
Visual Basic
Public ReadOnly Property ContentType As String
	Get
Visual C++
public:
property String^ ContentType {
	String^ get ();
}

Field Value

The type of the content.

See Also