Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageContainer.GetObjectACL

TElWinAzureDataStorageContainer     See also     


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


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

Declaration

[C#]
    string GetObjectACL(string Name);

[VB.NET]
    Function GetObjectACL(ByVal Name As String) As String

[Pascal]
    function GetObjectACL(const Name : string) : string;

[C++]
    void GetObjectACL(const std::string &Name, std::string &OutResult);

[PHP]
    string GetObjectACL(string $Name)

[Java]
    String getObjectACL(String Name);

Parameters

  • Name - name of the object

Return value

    String that contains ACL for the object.

Description

    Use this method to get the ACL (Access Control List) for the object.

See also:     SetObjectACL    

Discuss this help topic in SecureBlackbox Forum