Click or drag to resize
PromoteBizFormTempFileWebFarmTask Class
Web farm task used to promote temporary files attached to a form.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.OnlineFormsPromoteBizFormTempFileWebFarmTask

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

The PromoteBizFormTempFileWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodPromoteBizFormTempFileWebFarmTask
Initializes a new instance of the PromoteBizFormTempFileWebFarmTask class.
Top
Properties
  NameDescription
Public propertyFileName
Gets or sets the name of the file to be updated.
Public propertySiteName
Gets or sets the name of the site the form is assigned to.
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.)
Public propertyTempFileName
Gets or sets the name of the temporary file to be promoted.
Top
Methods
See Also