SaaS CMS has officially launched! Learn more now.

Class XFormParameters

Parameters used to customize post actions for XForm

Inheritance
System.Object
XFormParameters
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.XForms.Util
Assembly: EPiServer.XForms.dll
Version: 8.11.0
Syntax
public class XFormParameters

Constructors

XFormParameters()

Declaration
public XFormParameters()

Fields

Index

Declaration
public const string Index = "Index"
Field Value
Type Description
System.String

XFormParameterName

Declaration
public const string XFormParameterName = "XFormParameters"
Field Value
Type Description
System.String

XFormPost

Declaration
public const string XFormPost = "XFormPost"
Field Value
Type Description
System.String

Properties

Declaration
public string ContentLink { get; set; }
Property Value
Type Description
System.String

FailedAction

Declaration
public string FailedAction { get; set; }
Property Value
Type Description
System.String

PostAction

Declaration
public string PostAction { get; set; }
Property Value
Type Description
System.String

PostController

Declaration
public string PostController { get; set; }
Property Value
Type Description
System.String

SuccessAction

Declaration
public string SuccessAction { get; set; }
Property Value
Type Description
System.String

Methods

GetParameters(IDictionary<String, Object>)

Declaration
public static XFormParameters GetParameters(IDictionary<string, object> viewData)
Parameters
Type Name Description
System.Collections.Generic.IDictionary<System.String, System.Object> viewData
Returns
Type Description
XFormParameters