| CustomFieldGetListByIdsWithValues Method |
Gets the list by ids with values.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static CustomFieldCollection GetListByIdsWithValues(
string context,
int itemID,
string fieldIds
)
Public Shared Function GetListByIdsWithValues (
context As String,
itemID As Integer,
fieldIds As String
) As CustomFieldCollection
Parameters
- context
- Type: SystemString
The context. - itemID
- Type: SystemInt32
The item identifier. - fieldIds
- Type: SystemString
The field ids.
Return Value
Type:
CustomFieldCollectionSee Also