This topic has not yet been rated - Rate this topic

SPListItem.FirstUniqueAncestorSecurableObject property

Retrieves the first unique ancestor if it has unique role assignments otherwise returns the first parent object (folder, list, or Web site) that has unique role assignments.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overrides ReadOnly Property FirstUniqueAncestorSecurableObject As SPSecurableObject
	Get
'Usage
Dim instance As SPListItem
Dim value As SPSecurableObject

value = instance.FirstUniqueAncestorSecurableObject

Property value

Type: Microsoft.SharePoint.SPSecurableObject
A SPSecurableObject that represents the first unique ancestor of this [Microsoft.SharePoint.SPListItem] object.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.