Click or drag to resize
DeleteBizFormFileWebFarmTask Class
Web farm task used to delete bizform files.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.OnlineFormsDeleteBizFormFileWebFarmTask

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax
C#
public class DeleteBizFormFileWebFarmTask : WebFarmTaskBase

The DeleteBizFormFileWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodDeleteBizFormFileWebFarmTask
Initializes a new instance of DeleteBizFormFileWebFarmTask.
Top
Properties
  NameDescription
Public propertyFileName
Gets or sets name of the file to be deleted.
Public propertyIsTempFile
Gets or sets the flag indicating whether file is a temporary file. False by default.
Public propertySiteName
Gets or sets name of the site which bizform is assigned to. Null if IsTempFile is true.
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