Expand Minimize
This topic has not yet been rated - Rate this topic

SPRelationshipDeleteBehavior enumeration

Defines the type of behavior that happens when you delete a parent itemof two related lists.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallableTypeAttribute(Name = "RelationshipDeleteBehaviorType")]
[SubsetCallableTypeAttribute]
public enum SPRelationshipDeleteBehavior
Member nameDescription
NoneNothing happens when a parent item is deleted and the child item is left pointing to the parent as an orphan.
CascadeA cascade delete happens when deleting a parent item deletes all relatedchildren items of the related list.
RestrictRestricts a parent item having any children items in the related list from being deleted.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.