| 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
)
Public Shared Function GetList (
contexts As String()
) As CustomFieldCollection
Parameters
- contexts
- Type: SystemString
The contexts.
Return Value
Type:
CustomFieldCollectionexecutes the query and returns the collection of
DbObjectSee Also