UpdateMediaWebFarmTask Class |
Namespace: CMS.MediaLibrary
public class UpdateMediaWebFarmTask : WebFarmTaskBase
The UpdateMediaWebFarmTask type exposes the following members.
Name | Description | |
---|---|---|
UpdateMediaWebFarmTask |
Initializes a new instance of UpdateMediaWebFarmTask.
|
Name | Description | |
---|---|---|
FileExtension |
Gets or sets extension of the file to be updated.
| |
FileGuid |
Gets or sets guid identifier of the file to be updated.
| |
FileName |
Gets or sets name of the file to be updated.
| |
LibraryFolder |
Gets or sets media library root folder.
| |
LibrarySubFolderPath |
Gets or sets library sub folder path.
| |
SiteName |
Gets or sets name of the site which media library is assigned to.
| |
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 updating media files is allowed and provided storage is not shared.
(Overrides WebFarmTaskBaseConditionMethod.) | |
ExecuteTask |
Processes the web farm task by invoking the SaveFileToDisk(String, String, String, String, String, Guid, BinaryData, Boolean, Boolean) method while passing it current class' properties as its parameters.
(Overrides WebFarmTaskBaseExecuteTask.) |