Click or drag to resize
MoveFolderMediaWebFarmTask Class
Web farm task used to move media folders.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.MediaLibraryMoveFolderMediaWebFarmTask

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax
C#
public class MoveFolderMediaWebFarmTask : WebFarmTaskBase

The MoveFolderMediaWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodMoveFolderMediaWebFarmTask
Initializes a new instance of MoveFolderMediaWebFarmTask.
Top
Properties
  NameDescription
Public propertyDestinationLibraryId
Gets or sets identifier of the library where folder will be moved.
Public propertyDestinationPath
Gets or sets relative destination path where folder will be moved.
Public propertySiteName
Gets or sets name of the site which destination library will be assigned to.
Public propertySourcePath
Gets or sets relative source path from where folder will be moved.
Public propertyTaskBinaryData
Gets or sets the binary representation of data.
(Inherited from WebFarmTaskBase.)
Public propertyTaskFilePath
Gets or sets target path of file transported by task.
(Inherited from WebFarmTaskBase.)
Public propertyTaskTarget
Gets or sets task target.
(Inherited from WebFarmTaskBase.)
Top
Methods
See Also