Moonware.Common
ActionType Enumeration



Contains available action types which can be performed for the rule
Syntax
'Declaration
 
<DataContractAttribute()>
Public Enum ActionType 
   Inherits System.Enum
'Usage
 
Dim instance As ActionType
[DataContractAttribute()]
public enum ActionType : System.Enum 
[DataContractAttribute()]
public enum class ActionType : public System.Enum 
Members
MemberDescription
Capture Capture picture from a camera
HTTPRequest Send a HTTP request
RunApp Run an application
SendEmail Send a mail message
SendSMS Send a SMS message
StartRecording Start recording with a camera
StopRecording Stop recording with a camera
WriteFile Write a file
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Moonware.Common.ActionType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Moonware.Common Namespace

Send Feedback