Click or drag to resize
ProcessObjectWebFarmTask Class
Web farm task used to process an object's data of given object type ObjectType.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.DataEngineProcessObjectWebFarmTask

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

The ProcessObjectWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodProcessObjectWebFarmTask
Top
Properties
  NameDescription
Public propertyActionName
Gets or sets name of the action to be executed upon object of given ObjectType with given ObjectData.
Public propertyObjectData
Gets or sets object's data to synchronize.
Public propertyObjectType
Gets or sets identifier of the object type.
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