Click or drag to resize
ClearFormResolversWebFarmTask Class
Clears Resolvers used in e-mail templates and other macro visual components.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.FormEngine.Web.UIClearFormResolversWebFarmTask

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public class ClearFormResolversWebFarmTask : WebFarmTaskBase

The ClearFormResolversWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodClearFormResolversWebFarmTask
Top
Properties
  NameDescription
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
  NameDescription
Public methodConditionMethod
Condition which must be met in order to log the task.
(Inherited from WebFarmTaskBase.)
Public methodExecuteTask
Processes the web farm task by invoking the ClearResolvers(Boolean) method.
(Overrides WebFarmTaskBaseExecuteTask.)
Top
See Also