Microsoft SDK for Java

combine

This method of the PermissionDataSet Class combines the data in the permission set with another permission set, and returns it as a third permission set.

Syntax

public synchronized PermissionDataSet combine(PermissionDataSet other);

Return Value

Returns a new PermissionDataSet object that contains the combined permissions.

Parameters

other The permission set to combine with the first set.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.