Click or drag to resize
IWebFarmTask Interface
Web farm task representation.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public interface IWebFarmTask

The IWebFarmTask type exposes the following members.

Properties
  NameDescription
Public propertyTaskBinaryData
Binary data.
Public propertyTaskFilePath
Target path of file transported by task.
Public propertyTaskIsAnonymous
Indicates if the task is not assigned to any server.
Public propertyTaskTarget
Task target.
Public propertyTaskTextData
Task type.
Public propertyTaskType
Task type.
Top
See Also