UpdateMetaFileWebFarmTask Class |
Namespace: CMS.DataEngine
public class UpdateMetaFileWebFarmTask : WebFarmTaskBase
The UpdateMetaFileWebFarmTask type exposes the following members.
Name | Description | |
---|---|---|
![]() | UpdateMetaFileWebFarmTask |
Initializes a new instance of UpdateMetaFileWebFarmTask.
|
Name | Description | |
---|---|---|
![]() | DeleteOldFiles |
Gets or sets a value that indicates if files in destination folder with mask '[guid]*.*' should be deleted.
|
![]() | FileExtension |
Gets or sets extension of the file to be updated.
|
![]() | FileGuid |
Gets or sets identifier of the file to be updated.
|
![]() | FileName |
Gets or sets name of the file to be updated.
|
![]() | SiteName |
Gets or sets name of the site which the 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 if the synchronization of the metafiles is allowed.
(Overrides WebFarmTaskBaseConditionMethod.) |
![]() | ExecuteTask |
Processes the web farm task by invoking the SaveFileToDisk(String, String, String, String, BinaryData, Boolean, Boolean) method.
(Overrides WebFarmTaskBaseExecuteTask.) |