Click or drag to resize

IDatabaseCheckRights Method (Guid, StandardRightKind)

Checks rights for current user.

Namespace:  EBP.Api.Interfaces.Database
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
bool CheckRights(
	Guid rightId,
	StandardRightKind kind
)

Parameters

rightId
Type: SystemGuid
id of the rights to check
kind
Type: EBP.Api.Interfaces.MiscStandardRightKind
kind of rights needed

Return Value

Type: Boolean
True if user has required rights, otherwise False
See Also