.NET Framework Class Library
Document.DocumentType Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Document Class > Document Methods > .NET Framework Class Library |
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 _ |
C# |
|---|
public DocType DocumentType( string fullFileName |
Visual C++ |
|---|
public: DocType DocumentType( |
JavaScript |
|---|
function documentType(fullFileName); |
Parameters
fullFileName
Type: System.String
file name
Return Value
MW document type
Remarks
See Also