Class InvalidateBizFormTypeInfoWebFarmTask
- Namespace
- CMS.OnlineForms
- Assembly
- CMS.OnlineForms.dll
Web farm task used to invalidate BizForm type info.
public class InvalidateBizFormTypeInfoWebFarmTask : WebFarmTaskBase
- Inheritance
-
objectInvalidateBizFormTypeInfoWebFarmTask
- Inherited Members
- Extension Methods
Properties
ClassName
Gets or sets name of the class to be invalidated.
public string ClassName { get; set; }
Property Value
- string
Methods
ExecuteTask()
Processes the web farm task by invoking the CMS.OnlineForms.BizFormItemProvider.InvalidateTypeInfo(string, bool) method while passing it current class' properties as its parameters.
public override void ExecuteTask()