[This is preliminary documentation and is subject to change.]

Gets the type of the document.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected string GetType(
	string fileName
)
Visual Basic (Declaration)
Protected Function GetType ( _
	fileName As String _
) As String
Visual C++
protected:
String^ GetType(
	String^ fileName
)

Parameters

fileName
Type: System..::.String
Name of the file.

Return Value

The type of the document as a string.

See Also