MultiParentConfigurationBuilderaddParent Method |
Modifies configuration, appends parentItem with the related 'childId' Item.
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic void addParent(
string childId,
Item parentItem,
string relationshipName
)
Public Sub addParent (
childId As String,
parentItem As Item,
relationshipName As String
)
public void addParent(
String childId,
Item parentItem,
String relationshipName
)
public function addParent(
childId : String,
parentItem : Item,
relationshipName : String
)
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