WSRepositoryClient.Manage

Supports Repository file/folder management: create / delete / rename / copy / move.

Syntax Parameters Return Value
Sub WSRepositoryClient.Manage( _
    action As ManageAction, _
    uri_FileOrDir As String, _
    Optional destinationName_IfApplicable As String = "0")
  • action [in]

Type: ManageAction

  • uri_FileOrDir [in]

Type: String

  • destinationName_IfApplicable [in]

Type: String

Default value: "0"

This function does not return a value.