ProtectionRuleActionType
extends Type
in package
Identifies what action must be executed if the condition part of a rule passes.
Table of Contents
Properties
- $Argument : ProtectionRuleArgumentType
- Specifies arguments to the action.
- $Name : string
- Identifies the name of the action.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$Argument
Specifies arguments to the action.
public
ProtectionRuleArgumentType
$Argument
This property should be left empty if the specified action does not require arguments to be specified. This property can include one or more values if an action requires one or more arguments. The RightsProtectMessage action will contain a single argument.
Tags
$Name
Identifies the name of the action.
public
string
$Name
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed