Click or drag to resize

MultiParentConfigurationBuilderaddParent Method

Modifies configuration, appends parentItem with the related 'childId' Item.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public void addParent(
	string childId,
	Item parentItem,
	string relationshipName
)

Parameters

childId
Type: SystemString
ID of the item in the configuration
parentItem
Type: Aras.IOMItem
Parent Item, it will be appended to configuration with the related 'childId' Item
relationshipName
Type: SystemString
name of the relationship that connects parentItem and item with 'itemId' in the configuration
See Also