Click or drag to resize

CustomFieldGetList Method (String)

Gets the list.

Namespace:  Dynamicweb.News.Common
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static CustomFieldCollection GetList(
	string[] contexts
)

Parameters

contexts
Type: SystemString
The contexts.

Return Value

Type: CustomFieldCollection
executes the query and returns the collection of DbObject
See Also