Click or drag to resize
UpdateMetaFileWebFarmTask Class
Web farm task used to update meta files.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.DataEngineUpdateMetaFileWebFarmTask

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public class UpdateMetaFileWebFarmTask : WebFarmTaskBase

The UpdateMetaFileWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodUpdateMetaFileWebFarmTask
Initializes a new instance of UpdateMetaFileWebFarmTask.
Top
Properties
  NameDescription
Public propertyDeleteOldFiles
Gets or sets a value that indicates if files in destination folder with mask '[guid]*.*' should be deleted.
Public propertyFileExtension
Gets or sets extension of the file to be updated.
Public propertyFileGuid
Gets or sets identifier of the file to be updated.
Public propertyFileName
Gets or sets name of the file to be updated.
Public propertySiteName
Gets or sets name of the site which the media library is assigned to.
Public propertyTaskBinaryData
Gets or sets the binary representation of data.
(Inherited from WebFarmTaskBase.)
Public propertyTaskFilePath
Gets or sets target path of file transported by task.
(Inherited from WebFarmTaskBase.)
Public propertyTaskTarget
Gets or sets task target.
(Inherited from WebFarmTaskBase.)
Top
Methods
See Also