.NET Framework Class Library
Document.DocumentType Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Document Class > Document Methods >

.NET Framework Class Library
Document.DocumentType Method

Get MW type of specified document, according to its file extension.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function DocumentType ( _

 fullFileName As String _
As DocType

C#

public DocType DocumentType(

 string fullFileName
)

Visual C++

public:

DocType DocumentType(
 StringfullFileName
)

JavaScript

function documentType(fullFileName);

Parameters

fullFileName

Type: System.String
file name

Return Value

MW document type

Remarks

See Also

Document Class

Document Members

MwPDMApi Namespace