Click or drag to resize

FormViewOptionGetFormViewOptions Method

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
public static IEnumerable<FormViewOption> GetFormViewOptions(
	int viewID,
	string keyField,
	string valueField
)

Parameters

viewID
Type: SystemInt32
keyField
Type: SystemString
valueField
Type: SystemString

Return Value

Type: IEnumerableFormViewOption
See Also