PFItemSaveAsPartOf Method (String, PFItem, Boolean, Boolean) |
Saves this item and directly link it to an owner item through a relation.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public void SaveAsPartOf(
string relationName,
PFItem ownerItem,
bool callBaseSave = false,
bool createRelationFromParent = false
)
Parameters
- relationName
- Type: SystemString
- ownerItem
- Type: Packflow.CorePFItem
- callBaseSave (Optional)
- Type: SystemBoolean
- createRelationFromParent (Optional)
- Type: SystemBoolean
See Also