Changes

Activity:RemoveFromNamedRelation (Activity)

19 bytes added, 15:05, 8 January 2015
}}
The RemoveFromNamedRelation activity removes a child object via the name of an existing [[Relation|relation]] from a given parent object.
 
 
 
 
 
 
==Arguments==
 
{| class="wikitable sortable" | width = "50%"
|-
! Argument !! Type !! Direction !! Purpose
|- align="left"
| Parent || [[RelationalObject ]] || In || The parent object
|- align="left"
| RelationName || String{{String_MSDN}}|| In || The name of the relation to be searched for at the parent object
|- align="left"
| Child || [[RelationalObject ]] || In || The child to remove
|- align="left"
| Result|| Boolean{{Boolean_MSDN}}|| Out || True if successful, false if failed
|}
10,686
edits