PFItemAddItemRelation Method (String, Guid, PFItem) |
Adds an item relation from this item to another.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public PFItemRelation AddItemRelation(
string relationApplicationName,
Guid modelRelationGuid,
PFItem targetItem
)
Parameters
- relationApplicationName
- Type: SystemString
Name of the application hosting the relation. - modelRelationGuid
- Type: SystemGuid
Guid of the relation in the model. - targetItem
- Type: Packflow.CorePFItem
The item to link.
Return Value
Type:
PFItemRelationThe new persisted relation.
See Also