  | CustomFieldSpecificGetList Method (Int32) | 
 
 Gets the custom fields list by specified group id.
 
 
    Namespace: 
   Dynamicweb.News.Common.CustomFields
    Assembly:
   Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic static List<CustomField> GetList(
	int groupId
)
Public Shared Function GetList ( 
	groupId As Integer
) As List(Of CustomField)
Parameters
- groupId
 - Type: SystemInt32
The group id. 
Return Value
Type: 
ListCustomField
See Also