Class EditPageSuccessFormSubmissionResult
Represents a successful result that might be returned from the Submit(FormSubmissionCommandArguments) command.
public class EditPageSuccessFormSubmissionResult : FormSubmissionResult
- Inheritance
-
objectEditPageSuccessFormSubmissionResult
- Inherited Members
- Extension Methods
Constructors
EditPageSuccessFormSubmissionResult()
Initializes a new instance of the EditPageSuccessFormSubmissionResult class.
public EditPageSuccessFormSubmissionResult()
Properties
ObjectDisplayName
Updated object display name or null if it should not be changed.
public string ObjectDisplayName { get; set; }
Property Value
- string
ObjectId
Edited object ID.
public int ObjectId { get; set; }
Property Value
- int
RefetchAll
Indicates whether to refetch data of all templates.
public bool RefetchAll { get; set; }
Property Value
- bool