Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageObject.SetACL

TElWinAzureDataStorageObject     See also     


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


Sets ACL (Access Control List) of the data object.

Declaration

[C#]
    void SetACL(string ACL);

[VB.NET]
    Sub SetACL(ByVal ACL As String)

[Pascal]
    procedure SetACL(const ACL : string);

[C++]
    void SetACL(const std::string &ACL);

[PHP]
    void SetACL(string $ACL)

[Java]
    void setACL(String ACL);

Parameters

  • ACL - specifies new ACL of the object

Description

    Use this method to specify the ACL (Access Control List) of the data object.

See also:     GetACL    

Discuss this help topic in SecureBlackbox Forum