This topic has not yet been rated - Rate this topic

SPRelationshipDeleteBehavior Enumeration

SharePoint 2010

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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "RelationshipDeleteBehaviorType")]
public enum SPRelationshipDeleteBehavior
Member name Description
None Nothing happens when a parent item is deleted and the child item is left pointing to the parent as an orphan.
Cascade A cascade delete happens when deleting a parent item deletes all relatedchildren items of the related list.
Restrict Restricts a parent item having any children items in the related list from being deleted.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ