Click or drag to resize

IReadOnlySelectionEntityMemberIsValueSelected Method

Determines whether the specified value belongs to the user selection.

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
bool IsValueSelected(
	string value
)

Parameters

value
Type: SystemString
The value to check.

Return Value

Type: Boolean
True if the specified value belongs to the user selection, otherwise false
See Also