Click or drag to resize

ItemRelationListAttribute Constructor (String, String, ItemRelationListEditorItemListSource, String)

Initializes a new instance of the ItemRelationListAttribute class

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

Parameters

name
Type: SystemString
itemType
Type: SystemString
itemSource
Type: Dynamicweb.Content.Items.EditorsItemRelationListEditorItemListSource
fields
Type: SystemString
See Also