Determines the content type for given part URI.

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

Syntax

C#
public ContentType GetContentType(
	Uri partUri
)
Visual Basic
Public Function GetContentType ( _
	partUri As Uri _
) As ContentType
Visual C++
public:
ContentType^ GetContentType(
	Uri^ partUri
)

Parameters

partUri
Type: System..::..Uri
The part URI.

Return Value

The content type.

See Also