Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "RelationshipDeleteBehaviorType")> _
Public Enumeration SPRelationshipDeleteBehavior
'Usage
Dim instance As SPRelationshipDeleteBehavior
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "RelationshipDeleteBehaviorType")]
public enum SPRelationshipDeleteBehavior
Members
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. |