Share via


RemoveInheritedEntities Method

RemoveInheritedEntities Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Removes inherited entity objects from a DACL object.

Applies To

DACL Object

Syntax

[JScript] objResult  objDACL.RemoveInheritedEntities()

Return Value

An object that returns error codes and descriptions.

Remarks

This method finds and removes entities in the DACL object whose inherited attribute is TRUE.

Example

var objErr = objDacl.RemoveInheritedEntities();

if( 0 = objErr.number){ //0 means no error, some inherited entities were removed //1 means no error, but no inherited entities were found to remove }

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.