Move Class

Move a document to a different directory.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.DocumentMove

Namespace:  MediaCy.Commands.Document
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Move
	Inherits OneInputCommand(Of Object)

The Move type exposes the following members.

Constructors
  NameDescription
Public methodMove
Initializes a new instance of the Move class
Public methodMove(McCommand)
Initializes a new instance of the Move class
Top
Properties
  NameDescription
Public propertyDestination
Destination folder.
Public propertyOverwrite
Overwrite files in Destination rather than failing.
Top
Remarks