Click or drag to resize
UpdateBizFormFileWebFarmTask Class
Web farm task used to update files attached to a form.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.OnlineFormsUpdateBizFormFileWebFarmTask

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

The UpdateBizFormFileWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodUpdateBizFormFileWebFarmTask
Initializes a new instance of the UpdateBizFormFileWebFarmTask class.
Top
Properties
  NameDescription
Public propertyFileName
Gets or sets the name of the file to be updated.
Public propertyIsTempFile
Gets or sets the flag indicating whether file is a temporary file. False by default.
Public propertySiteName
Gets or sets the name of the site the form 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