Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.CurrentUserPrivilegeSet

TElWebDAVClient     See also     


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


Returns a set of privileges granted to the currently authenticated user.

Declaration

[C#]
    void CurrentUserPrivilegeSet(string URL, ref int Privileges);

[VB.NET]
    Sub CurrentUserPrivilegeSet(ByVal URL As String, ByRef Privileges As Integer)

[Pascal]
    procedure CurrentUserPrivilegeSet(const URL : string; var Privileges : TSBInteger);

[C++]
    void CurrentUserPrivilegeSet(const std::string &URL, int32_t &Privileges);

[PHP]
    void CurrentUserPrivilegeSet(string $URL, integer &$Privileges)

[Java]
    not available

Parameters

  • URL - the URL of the remote resource.
  • Privileges - the set of privileges granted by the server.

Possible privileges

Description

    Use this method to request the DAV:current-user-privilege-set property value, which contains the exact set of privileges granted to the current user.

See also:     SupportedPrivilegeSet    

Discuss this help topic in SecureBlackbox Forum