Click or drag to resize
CloneFolderMediaWebFarmTask Class
Web farm task used to clone media folders.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.MediaLibraryCloneFolderMediaWebFarmTask

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

The CloneFolderMediaWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodCloneFolderMediaWebFarmTask
Initializes a new instance of CloneFolderMediaWebFarmTask.
Top
Properties
  NameDescription
Public propertyDestinationLibraryId
Gets or sets the identifier of the library where the folder will be cloned.
Public propertySourceLibraryId
Gets or sets the identifier of the library from where the folder will be cloned.
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