.NET Framework Class Library
DownloadType Enumeration

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace >

.NET Framework Class Library
DownloadType Enumeration

Download mode type constants.

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

Syntax

Visual Basic

Public Enumeration DownloadType

C#

public enum DownloadType

Visual C++

public enum class DownloadType

JavaScript

MwPDMApi.DownloadType = function();

MwPDMApi.DownloadType.createEnum('MwPDMApi.DownloadType', false);

Members


Member name

Value

Description


DOWNLOAD

0



REFRESH

1



CHECK

2



QUICKCHECK

3


Remarks

See Also

MwPDMApi Namespace