Entity.GetIndividuallySecurableMetadataObjectChildren Method
NOTE: This API is now obsolete.
Gets the Method and MethodInstance objects defined for the entity.
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 GetIndividuallySecurableMetadataObjectChildren As IList(Of IndividuallySecurableMetadataObject)
'Usage
Dim returnValue As IList(Of IndividuallySecurableMetadataObject)
returnValue = Me.GetIndividuallySecurableMetadataObjectChildren()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
protected override IList<IndividuallySecurableMetadataObject> GetIndividuallySecurableMetadataObjectChildren()
Return Value
Type: System.Collections.Generic.IList<IndividuallySecurableMetadataObject>
A list of Method and MethodInstance objects.
Remarks
Only LobSystem, Entity, Method, and MethodInstance objects can be secured individually in the Business Data Catalog. Other metadata objects inherit the access control lists (ACLs) from their nearest parent.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace