Table of Contents

Class ChangeSurveyFormSettings

Namespace
InSite.Application.Surveys.Write
Assembly
Shift.Sdk.dll
public class ChangeSurveyFormSettings : Command, ICommand
Inheritance
ChangeSurveyFormSettings
Implements
Inherited Members
Extension Methods

Constructors

ChangeSurveyFormSettings(Guid, UserFeedbackType, bool, bool, int?, int?, bool)

public ChangeSurveyFormSettings(Guid form, UserFeedbackType userFeedback, bool requireUserIdentification, bool requireUserAuthentication, int? responseLimitPerUser, int? durationMinutes, bool enableUserConfidentiality)

Parameters

form Guid
userFeedback UserFeedbackType
requireUserIdentification bool
requireUserAuthentication bool
responseLimitPerUser int?
durationMinutes int?
enableUserConfidentiality bool

Properties

DurationMinutes

public int? DurationMinutes { get; }

Property Value

int?

EnableUserConfidentiality

public bool EnableUserConfidentiality { get; }

Property Value

bool

RequireUserAuthentication

public bool RequireUserAuthentication { get; }

Property Value

bool

RequireUserIdentification

public bool RequireUserIdentification { get; }

Property Value

bool

ResponseLimitPerUser

public int? ResponseLimitPerUser { get; }

Property Value

int?

UserFeedback

public UserFeedbackType UserFeedback { get; }

Property Value

UserFeedbackType