Modifies configuration, appends parentItem with the related 'childId' Item.
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public void addParent(
string childId,
Item parentItem,
string relationshipName
) |
Visual Basic (Declaration) |
---|
Public Sub addParent ( _
childId As String, _
parentItem As Item, _
relationshipName As String _
) |
J# |
---|
public void addParent(
String childId,
Item parentItem,
String relationshipName
) |
JScript |
---|
public function addParent(
childId : String,
parentItem : Item,
relationshipName : String
) |
Parameters
- childId
- Type: System..::.String
ID of the item in the configuration
- parentItem
- Type: Aras.IOM..::.Item
Parent Item, it will be appended to configuration with the related 'childId' Item
- relationshipName
- Type: System..::.String
name of the relationship that connects parentItem and item with 'itemId' in the configuration
See Also