  | CustomFieldSpecificGetListByIdsWithValues Method  | 
 
 Gets the custom fields list by specified item id, group id and field ids.
 
 
    Namespace: 
   Dynamicweb.News.Common.CustomFields
    Assembly:
   Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic static CustomFieldCollection GetListByIdsWithValues(
	int itemID,
	int groupId,
	string fieldIds
)
Public Shared Function GetListByIdsWithValues ( 
	itemID As Integer,
	groupId As Integer,
	fieldIds As String
) As CustomFieldCollection
Parameters
- itemID
 - Type: SystemInt32
The item id. - groupId
 - Type: SystemInt32
The group id. - fieldIds
 - Type: SystemString
The field ids list. 
Return Value
Type: 
CustomFieldCollection
See Also