Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthzDecisionQueryElement.RemoveAction

TElSAMLAuthzDecisionQueryElement     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Removes the specified item from the list.

Declaration

[C#]
    void RemoveAction(int Index);

[VB.NET]
    Sub RemoveAction(ByVal Index As Integer)

[Pascal]
    procedure RemoveAction(Index : integer);

[C++]
    void RemoveAction(int32_t Index);

[PHP]
    void RemoveAction(integer $Index)

[Java]
    void removeAction(int Index);

Parameters

  • Index - the index of the item to be removed from the list.

Description

Use this method to remove the specified action element from the list.

See also:     Actions     AddAction    

Discuss this help topic in SecureBlackbox Forum