Click or drag to resize

CustomFieldCollectionGetFieldsByItemID Method

Gets the fields by item identifier.

Namespace:  Dynamicweb.News.Common
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public CustomFieldCollection GetFieldsByItemID(
	int itemID
)

Parameters

itemID
Type: SystemInt32
The item identifier.

Return Value

Type: CustomFieldCollection
See Also