Discuss this help topic in SecureBlackbox Forum

TElAWSS3AccessControlPolicy.Reset

TElAWSS3AccessControlPolicy     


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


Resets the policy.

Declaration

[C#]
    void Reset();

[VB.NET]
    Sub Reset()

[Pascal]
    procedure Reset;

[C++]
    void Reset();

[PHP]
    void Reset()

[Java]
    void reset();

Description

    Call this method to clear all policy data, and remove all access grants.

Discuss this help topic in SecureBlackbox Forum