GetActionType

Description

Returns the type of the current action associated with the current entity. Typically used in base action hooks.

Syntaxe

VBScript

entity.GetActionType 

Perl

$entity->GetActionType(); 
Identificateur
Description
entity
An Entity object corresponding to a record in a schema.
Valeur renvoyée
A String containing the type of the current action associated with the current entity.

Exemples

VBScript

actionType = entity.GetActionType 

Perl

$actionType = $entity->GetActionType(); 

Commentaires en retour