Discuss this help topic in SecureBlackbox Forum

TElNameConstraintsExtension.RemovePermitted

TElNameConstraintsExtension     See also     


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


This method removes a single Permitted Subtree from the list.

Declaration

[C#]
    void RemovePermitted(int Index);

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

[Pascal]
    procedure RemovePermitted(Index : integer);

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

[PHP]
    void RemovePermitted(integer $Index)

[Java]
    void removePermitted(int Index);

Parameters

  • Index - index of item in list

Description

    This method removes a single Permitted Subtree, specified by Index parameter, from the list.

See also:     PermittedSubtrees     PermittedCount    

Discuss this help topic in SecureBlackbox Forum