CloneFolderMediaWebFarmTask Class |
Namespace: CMS.MediaLibrary
public class CloneFolderMediaWebFarmTask : WebFarmTaskBase
The CloneFolderMediaWebFarmTask type exposes the following members.
Name | Description | |
---|---|---|
CloneFolderMediaWebFarmTask |
Initializes a new instance of CloneFolderMediaWebFarmTask.
|
Name | Description | |
---|---|---|
DestinationLibraryId |
Gets or sets the identifier of the library where the folder will be cloned.
| |
SourceLibraryId |
Gets or sets the identifier of the library from where the folder will be cloned.
| |
TaskBinaryData |
Gets or sets the binary representation of data.
(Inherited from WebFarmTaskBase.) | |
TaskFilePath |
Gets or sets target path of file transported by task.
(Inherited from WebFarmTaskBase.) | |
TaskTarget |
Gets or sets task target.
(Inherited from WebFarmTaskBase.) |
Name | Description | |
---|---|---|
ConditionMethod |
Returns true whether the synchronization for cloning media folders is allowed and provided storage is not shared.
(Overrides WebFarmTaskBaseConditionMethod.) | |
ExecuteTask |
Processes the web farm task by invoking the CopyRecursive(Int32, Int32, DirectoryInfo, String, String, Int32, String, Boolean, Int32, Boolean, CloneSettings, CloneResult)
method while passing it current class' properties as its parameters.
(Overrides WebFarmTaskBaseExecuteTask.) |