WHS_Notification_Type Enumeration

Provides for the classification of Windows Home Server notification types.

Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)

Usage

Syntax

'Declaration
Public Enumeration WHS_Notification_Type
public enum WHS_Notification_Type
public enum class WHS_Notification_Type
public enum WHS_Notification_Type
public enum WHS_Notification_Type

Members

Member name Description
WHS_NOTIFICATION_ADD Notification Add.
WHS_NOTIFICATION_INVALID Notification Invalid.
WHS_NOTIFICATION_REMOVE Notification Remove.

Remarks

Use this enumeration when creating a custom Windows Home Server notification for your application. The AddNotification method requires a WHS_Notification_Type enumeration as an input parameter.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server

See Also

Reference

Microsoft.HomeServer.SDK.Interop.v1 Namespace