Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthzDecisionStatementElement.AddAction

TElSAMLAuthzDecisionStatementElement     See also     


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


Adds a new Action element to the list.

Declaration

[C#]
    int AddAction();

[VB.NET]
    Function AddAction() As Integer

[Pascal]
    function AddAction : integer;

[C++]
    int32_t AddAction();

[PHP]
    integer AddAction()

[Java]
    int addAction();

Return value

Returns the index of the newly added item in the list on success, and -1 on failure.

Description

Use this method to add Action elements to the list.

See also:     Actions     RemoveAction    

Discuss this help topic in SecureBlackbox Forum