Click or drag to resize

VGProfileValueCollectionExtendedContains Method (Guid, Guid)

Checks if profileValue collection contains particular property for contextual group.

Namespace:  Novalys.VisualGuard.Security.UserProfile
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public bool Contains(
	Guid groupid,
	Guid propertyId
)

Parameters

groupid
Type: SystemGuid
ContextualGroupId
propertyId
Type: SystemGuid
property Id

Return Value

Type: Boolean
True if profileValue collection contains particular property for contextual group else False.
See Also