ActionParameter.GetNearestIndividuallySecurableMetadataObjectAncestor Method
Returns the nearest individually securable ancestor of the ActionParameter object, which happens to be Entity. Of the 14 metadata objects, only ApplicationRegistry, LobSystem, Entity, and Method, have access control lists (ACLs) that can be individually secured.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Function GetNearestIndividuallySecurableMetadataObjectAncestor As IndividuallySecurableMetadataObject
'Usage
Dim returnValue As IndividuallySecurableMetadataObject
returnValue = Me.GetNearestIndividuallySecurableMetadataObjectAncestor()
protected override IndividuallySecurableMetadataObject GetNearestIndividuallySecurableMetadataObjectAncestor()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.IndividuallySecurableMetadataObject
An individually securable metadata object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace