Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.SupportedPrivilegeSet

TElWebDAVClient     See also     


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


Use this method to fetch the value of the DAV:supported-privilege-set property for a remote resource.

Declaration

[C#]
    void SupportedPrivilegeSet(string URL, TElWebDAVSupportedPrivilegeSet PrivilegeSet);

[VB.NET]
    Sub SupportedPrivilegeSet(ByVal URL As String, ByVal PrivilegeSet As TElWebDAVSupportedPrivilegeSet)

[Pascal]
    procedure SupportedPrivilegeSet(const URL : string; PrivilegeSet : TElWebDAVSupportedPrivilegeSet);

[C++]
    void SupportedPrivilegeSet(const std::string &URL, TElWebDAVSupportedPrivilegeSet &PrivilegeSet);
    void SupportedPrivilegeSet(const std::string &URL, TElWebDAVSupportedPrivilegeSet *PrivilegeSet);

[PHP]
    void SupportedPrivilegeSet(string $URL, TElWebDAVSupportedPrivilegeSet $PrivilegeSet)

[Java]
    not available

Parameters

Description

    Use this method to get the list of supported privileges defined on a remote resource.

See also:     CurrentUserPrivilegeSet    

Discuss this help topic in SecureBlackbox Forum