Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageContainer.SetObjectACL

TElWinAzureDataStorageContainer     See also     


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


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

Declaration

[C#]
    void SetObjectACL(string Name, string ACL);

[VB.NET]
    Sub SetObjectACL(ByVal Name As String, ByVal ACL As String)

[Pascal]
    procedure SetObjectACL(const Name : string; const ACL : string);

[C++]
    void SetObjectACL(const std::string &Name, const std::string &ACL);

[PHP]
    void SetObjectACL(string $Name, string $ACL)

[Java]
    void setObjectACL(String Name, String ACL);

Parameters

  • Name - name of the object
  • ACL - specifies new ACL of the object

Description

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

See also:     GetObjectACL    

Discuss this help topic in SecureBlackbox Forum