Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.AclPrincipalPropSetNext

TElWebDAVClient     See also     


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


Returns values for requested properties for a single user from an ACL

Declaration

[C#]
    bool AclPrincipalPropSetNext(Object Ctx, TElWebDAVPropertyInfoList Properties);

[VB.NET]
    Function AclPrincipalPropSetNext(ByVal Ctx As Object, ByVal Properties As TElWebDAVPropertyInfoList) As Boolean

[Pascal]
    function AclPrincipalPropSetNext(Ctx : Pointer; Properties : TElWebDAVPropertyInfoList) : boolean;

[C++]
    bool AclPrincipalPropSetNext(void * Ctx, TElWebDAVPropertyInfoList &Properties);
    bool AclPrincipalPropSetNext(void * Ctx, TElWebDAVPropertyInfoList *Properties);

[PHP]
    bool AclPrincipalPropSetNext(TSBPointer|array of byte|string|NULL $Ctx, TElWebDAVPropertyInfoList $Properties)

[Java]
    not available

Parameters

  • Ctx - the request handle returned by AclPrincipalPropSetFirst.
  • Properties - the list initialized with a set of properties for which the values are needed.

Description

    Call this method as many times as needed, or until it returns false.

See also:     AclPrincipalPropSetClose     AclPrincipalPropSetFirst    

Discuss this help topic in SecureBlackbox Forum