Click or drag to resize
RemoveClassStructureInfoWebFarmTask Class
Web farm task used to remove classes.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.DataEngineRemoveClassStructureInfoWebFarmTask

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

The RemoveClassStructureInfoWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodRemoveClassStructureInfoWebFarmTask
Top
Properties
  NameDescription
Public propertyClassName
Gets or sets the name of the class to be removed.
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 Remove(String, Boolean) method.
(Overrides WebFarmTaskBaseExecuteTask.)
Top
See Also