 | CustomFieldCollectionGetFieldsByItemID Method |
Gets the fields by item identifier.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic CustomFieldCollection GetFieldsByItemID(
int itemID
)
Public Function GetFieldsByItemID (
itemID As Integer
) As CustomFieldCollection
Parameters
- itemID
- Type: SystemInt32
The item identifier.
Return Value
Type:
CustomFieldCollection
See Also