Class CopyFileMediaWebFarmTask
- Namespace
- CMS.MediaLibrary
- Assembly
- CMS.MediaLibrary.dll
Web farm task used to clone media files.
public class CopyFileMediaWebFarmTask : WebFarmTaskBase
- Inheritance
-
objectCopyFileMediaWebFarmTask
- Inherited Members
- Extension Methods
Constructors
CopyFileMediaWebFarmTask()
Initializes a new instance of CopyFileMediaWebFarmTask.
public CopyFileMediaWebFarmTask()
Properties
DestinationLibraryId
Gets or sets identifier of the library where the file will be cloned.
public int DestinationLibraryId { get; set; }
Property Value
- int
DestinationPath
Gets or sets relative path where the file will be cloned.
public string DestinationPath { get; set; }
Property Value
- string
SourcePath
Gets or sets relative path from where the file will be cloned.
public string SourcePath { get; set; }
Property Value
- string
Methods
ConditionMethod()
Returns true whether the synchronization for copying media files is allowed and provided storage is not shared.
public override bool ConditionMethod()
Returns
- bool
ExecuteTask()
Processes the web farm task by invoking the CopyMediaFile(int, string, string, bool, int) method while passing it current class' properties as its parameters.
public override void ExecuteTask()