Click or drag to resize
UpdateFileWebFarmTask Class
Web farm task used to update files.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.IOUpdateFileWebFarmTask

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax
C#
public class UpdateFileWebFarmTask : WebFarmTaskBase

The UpdateFileWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodUpdateFileWebFarmTask
Top
Properties
  NameDescription
Public propertyPath
Gets or sets path of the file to be updated.
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