CustomAction Class

Definition

CustomAction is a generic action class that captures all the sub-properties of the action as a property bag.The caller is responsible to understand the meaning of the action.

public class CustomAction : Microsoft.InformationProtection.Policy.Actions.Action
type CustomAction = class
    inherit Action
Public Class CustomAction
Inherits Action
Inheritance
CustomAction

Constructors

CustomAction(String, String, List<KeyValuePair<String,String>>)

Creates a new CustomAction. This constructor is only public to allow using this class in code testing

Properties

ActionType

The type of derived action this base class can be cast to

(Inherited from Action)
Id

The id of the action

(Inherited from Action)
Name

The name of the action

Properties

The properties key value pair list

Applies to