PFApplicationServicePackflowApplicationTypeAddItemRelation Method (String, Int64, String, Int64) |
Creates an item relation between two items.
Namespace:
Packflow.Interface.Services
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax protected void AddItemRelation(
string contentTypeName,
long sourceItemId,
string relationName,
long targetItemId
)
Parameters
- contentTypeName
- Type: SystemString
- sourceItemId
- Type: SystemInt64
- relationName
- Type: SystemString
- targetItemId
- Type: SystemInt64
See Also