Click or drag to resize

FrontendControlFindCustomField Method

Finds the custom field.

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public CustomField FindCustomField(
	List<CustomField> list
)

Parameters

list
Type: System.Collections.GenericListCustomField
The list.

Return Value

Type: CustomField
CustomField.
See Also