Engage.Survey.Entities.Survey.Render C# (CSharp) Method

Render() public method

Renders the survey from this survey.
public Render ( PlaceHolder placeHolder, bool readOnly, bool showRequiredNotation, ValidationProviderBase validationProvider, ILocalizer localizer ) : void
placeHolder PlaceHolder The place holder.
readOnly bool if set to true [read only].
showRequiredNotation bool if set to true [show required notation].
validationProvider ValidationProviderBase The validation provider.
localizer ILocalizer The text for the default option (signifying no choice).
return void
        public virtual void Render(PlaceHolder placeHolder, bool readOnly, bool showRequiredNotation, ValidationProviderBase validationProvider, ILocalizer localizer)
        {
            RenderSurvey(this, placeHolder, readOnly, showRequiredNotation, validationProvider, localizer);
        }