MoveFolderMediaWebFarmTask Class |
Namespace: CMS.MediaLibrary
public class MoveFolderMediaWebFarmTask : WebFarmTaskBase
The MoveFolderMediaWebFarmTask type exposes the following members.
Name | Description | |
---|---|---|
MoveFolderMediaWebFarmTask |
Initializes a new instance of MoveFolderMediaWebFarmTask.
|
Name | Description | |
---|---|---|
DestinationLibraryId |
Gets or sets identifier of the library where folder will be moved.
| |
DestinationPath |
Gets or sets relative destination path where folder will be moved.
| |
SiteName |
Gets or sets name of the site which destination library will be assigned to.
| |
SourcePath |
Gets or sets relative source path from where folder will be moved.
| |
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 moving media folders is allowed and provided storage is not shared.
(Overrides WebFarmTaskBaseConditionMethod.) | |
ExecuteTask |
Processes the web farm task by invoking the MoveMediaLibraryFolder(String, Int32, String, String, Boolean, Boolean) method while passing it current class' properties as its parameters.
(Overrides WebFarmTaskBaseExecuteTask.) |