FileType Enumeration

 

Applies To: Windows Server Update Services

Represents the type of installable file.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

[ComVisibleAttribute(true)]
public enum FileType
[ComVisibleAttribute(true)]
public enum class FileType
[<ComVisibleAttribute(true)>]
type FileType
<ComVisibleAttribute(True)>
Public Enumeration FileType

Members

Member name Description
Express

The Express Package file type.

MspBinaryDelta

The Windows Installer Patch file type.

None

No known file type.

SelfContained

The self-contained update file type.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top