IndividuallySecurableMetadataObject.CopyAclAcrossChildren Method

NOTE: This API is now obsolete.

A virtual method that is designed to copy the list of access control entries (ACEs) associated with the metadata object to all of its children metadata objects. Each individually securable metadata object inherits from this class and provides its own implementation of this method.

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)> _
Public Overridable Sub CopyAclAcrossChildren
'Usage
Dim instance As IndividuallySecurableMetadataObject

instance.CopyAclAcrossChildren()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public virtual void CopyAclAcrossChildren()

See Also

Reference

IndividuallySecurableMetadataObject Class

IndividuallySecurableMetadataObject Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace