IndividuallySecurableMetadataObject.GetNearestIndividuallySecurableMetadataObjectAncestor Method

NOTE: This API is now obsolete.

Returns the nearest individually securable ancestor. Of the 13 metadata objects, only LobSystem, Entity, Method, and MethodInstance have their own individually securable access control list (ACL). Other metadata objects inherit the ACL from their immediate individually securable parent.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Protected Overrides Function GetNearestIndividuallySecurableMetadataObjectAncestor As IndividuallySecurableMetadataObject
'Usage
Dim returnValue As IndividuallySecurableMetadataObject

returnValue = Me.GetNearestIndividuallySecurableMetadataObjectAncestor()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
protected override IndividuallySecurableMetadataObject GetNearestIndividuallySecurableMetadataObjectAncestor()

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.Administration.IndividuallySecurableMetadataObject

See Also

Reference

IndividuallySecurableMetadataObject Class

IndividuallySecurableMetadataObject Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace