Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.AclPrincipalPropSetClose

TElWebDAVClient     See also     


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


Cleans up resources allocated for the DAV:acl-principal-prop-set report.

Declaration

[C#]
    void AclPrincipalPropSetClose(Object Ctx);

[VB.NET]
    Sub AclPrincipalPropSetClose(ByVal Ctx As Object)

[Pascal]
    procedure AclPrincipalPropSetClose(Ctx : Pointer);

[C++]
    void AclPrincipalPropSetClose(void * Ctx);

[PHP]
    void AclPrincipalPropSetClose(TSBPointer|array of byte|string|NULL $Ctx)

[Java]
    not available

Parameters

Description

    Call this method when property values for all required users have been processed to free allocated resources.

See also:     AclPrincipalPropSetFirst     AclPrincipalPropSetNext    

Discuss this help topic in SecureBlackbox Forum