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

Syntax

C#
protected virtual bool[] MergeAccessRights(
	bool[] baseAccessRights,
	bool[] extendedAccessRights
)

Parameters

baseAccessRights
Type: array< System..::.Boolean >[]()[]
extendedAccessRights
Type: array< System..::.Boolean >[]()[]

See Also