Click or drag to resize

IDatabaseCheckRights Method (Guid, ReadUpdateRightKind)

Checks Read/Update right for the 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,
	ReadUpdateRightKind kind
)

Parameters

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

Return Value

Type: Boolean
true if user has required rights, otherwise false
See Also