Share via


BaseAction(String) Constructor

Definition

Initializes a new instance of the BaseAction class.

protected BaseAction (string actionType);
new Microsoft.Bot.Schema.SharePoint.BaseAction : string -> Microsoft.Bot.Schema.SharePoint.BaseAction
Protected Sub New (actionType As String)

Parameters

actionType
String

Type of the action.

Applies to