Table of Contents

Class FormViewOption

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

Represents FormView option

public class FormViewOption : IOption
Inheritance
FormViewOption
Implements
Inherited Members

Properties

Text

Text

public string Text { get; set; }

Property Value

string

Value

Value

public string Value { get; set; }

Property Value

string

Methods

GetFormViewOptions(int, string, string)

Gets form view options

public static IEnumerable<FormViewOption> GetFormViewOptions(int viewID, string keyField, string valueField)

Parameters

viewID int

View ID

keyField string

Key field

valueField string

Value field

Returns

IEnumerable<FormViewOption>
To top