Click or drag to resize

ItemListAttribute Constructor (String, String, String)

Initializes a new instance of the ItemListAttribute class

Namespace:  Dynamicweb.Content.Items.Annotations
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public ItemListAttribute(
	string name,
	string itemType,
	params string[] fields
)

Parameters

name
Type: SystemString
itemType
Type: SystemString
fields
Type: SystemString
See Also