| CustomFieldSpecificGetListWithValues Method (Int32, Int32) |
Gets the custom fields list by specified item ids group ids.
Namespace:
Dynamicweb.News.Common.CustomFields
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static CustomFieldCollection GetListWithValues(
int itemID,
int groupId
)
Public Shared Function GetListWithValues (
itemID As Integer,
groupId As Integer
) As CustomFieldCollection
Parameters
- itemID
- Type: SystemInt32
The item id. - groupId
- Type: SystemInt32
The group id.
Return Value
Type:
CustomFieldCollectionSee Also