Merges this object's access properties with the specified rights. To instanciate a new sub class, an empty default constructor is required for the supplied subtype.

Namespace:  EPiServer.Common.Security
Assembly:  EPiServer.Common.Framework.Impl (in EPiServer.Common.Framework.Impl.dll) Version: 4.1.517.380

Syntax

C#
public IAccessRights Merge(
	IAccessRights rights
)

Parameters

rights
Type: EPiServer.Common.Security..::.IAccessRights
The rights to merge with

Return Value

A new instance of the supplied AccessRights with merged properties

Implements

IAccessRights..::.Merge(IAccessRights)

See Also