Discuss this help topic in SecureBlackbox Forum

TElSAMLConditionsElement.RemoveCondition

TElSAMLConditionsElement     See also     


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


Removes the specified condition from the list.

Declaration

[C#]
    void RemoveCondition(int Index);

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

[Pascal]
    procedure RemoveCondition(Index : integer);

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

[PHP]
    void RemoveCondition(integer $Index)

[Java]
    void removeCondition(int Index);

Parameters

  • Index - the index of the item to be removed, starting from 0.

Description

Use this method to remove the specified contition from the list.

See also:     Conditions     AddCondition     RemoveCondition    

Discuss this help topic in SecureBlackbox Forum