Discuss this help topic in SecureBlackbox Forum

TElWebDAVSupportedPrivilege.AggregatedPrivileges

TElWebDAVSupportedPrivilege     See also     


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


Declaration

[C#]
    TElWebDAVSupportedPrivilege AggregatedPrivileges[int Index];

[VB.NET]
    Property AggregatedPrivileges(ByVal Index As Integer) As TElWebDAVSupportedPrivilege

[Pascal]
    property AggregatedPrivileges[Index : integer] : TElWebDAVSupportedPrivilege;

[C++]
    TElWebDAVSupportedPrivilege* get_AggregatedPrivileges(int32_t Index);

[PHP]
    TElWebDAVSupportedPrivilege get_AggregatedPrivileges(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the aggregate privilege starting from 0.

Description

    Use this property to check this privilege's aggregate privileges.

See also:     AggregatePrivilegeCount    

Discuss this help topic in SecureBlackbox Forum