Table of Contents

Class CustomFieldRenderer

Namespace
Dynamicweb.Frontend.UserManagement
Assembly
Dynamicweb.dll

The Class CustomFieldRenderer represents renderer for user custom fields

public sealed class CustomFieldRenderer
Inheritance
CustomFieldRenderer
Inherited Members

Methods

Render(CustomFieldValueCollection, Template, string, bool)

Render given custom field values into template

public static void Render(CustomFieldValueCollection customFieldValues, Template template, string prefix, bool forEdit)

Parameters

customFieldValues CustomFieldValueCollection

Collection of custom fields values

template Template

Parent template

prefix string

Additional field prefix

forEdit bool

If true also render tags for input controls

To top