Discuss this help topic in SecureBlackbox Forum

TElAWSS3AccessControlPolicy.RemoveGrant

TElAWSS3AccessControlPolicy     See also     


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


Removes the desired access control grant from the list.

Declaration

[C#]
    void RemoveGrant(int Index);

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

[Pascal]
    procedure RemoveGrant(Index : integer);

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

[PHP]
    void RemoveGrant(integer $Index)

[Java]
    void removeGrant(int Index);

Parameters

  • Index - the index of the item to be removed. The first item has Index=0, the second has Index=1, and so on.

Description

    Use this method to remove the desired access controll grant from the list.

See also:     Grants     AddGrant     ClearGrants    

Discuss this help topic in SecureBlackbox Forum