Discuss this help topic in SecureBlackbox Forum

TElAWSS3AccessControlPolicy.AddGrant

TElAWSS3AccessControlPolicy     See also     


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


Adds an access control grant to the list.

Declaration

[C#]
    int AddGrant();

[VB.NET]
    Function AddGrant() As Integer

[Pascal]
    function AddGrant() : integer;

[C++]
    int32_t AddGrant();

[PHP]
    integer AddGrant()

[Java]
    int addGrant();

Return value

    Returns the index of the newly added element in the list.

Description

    Call this method to add a new (empty) access control grant to the list.

See also:     Grants     ClearGrants     RemoveGrant    

Discuss this help topic in SecureBlackbox Forum