Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.ChangeProperties

TElWebDAVClient     See also     


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


Changes properties on the server.

Declaration

[VB.NET]
    Sub ChangeProperties(ByVal URL As String, ByVal SetProperties As TElWebDAVPropertyInfoList, ByVal RemoveProperties As TElWebDAVPropertyInfoList, ByVal Locks As TElWebDAVLockList)
    Sub ChangeProperties(ByVal Obj As TElWebDAVStorageObject, ByVal SetProperties As TElWebDAVPropertyInfoList, ByVal RemoveProperties As TElWebDAVPropertyInfoList)

Parameters

  • Obj - remote resource which properties should be changed.
  • URL - URL of the resource which properties should be changed.
  • SetProperties - properties which values should be changed.
  • RemoveProperties - properties to be deleted.
  • Locks - locks put on the resource.

Description

    Use this method to modify and remove multiple properties of the remote resource.

See also:     ReadProperties     RemoveProperty     SetProperty    

Discuss this help topic in SecureBlackbox Forum