IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

GetContainerACL Method

Gets the stored access policies and public access level for a container.

function GetContainerACL(): Integer;

Remarks

This method retrieves the stored access policies and the public access level for the container currently selected by Container. The stored access policies are used to populate the AccessPolicy* properties, and the public access level is returned directly. Possible values are:

acpaNone (0) The container is private.
acpaBlobs (1) Blob data within the container is publicly readable, but blobs cannot be listed.
acpaContainer (2) Container information and blob data within the container is publicly readable, and blobs can be listed.

If the specified container has an active lease, a lease Id may optionally be specified using LeaseId; the request will only succeed if the correct lease Id is specified.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Delphi Edition - Version 20.0 [Build 8265]