IUserIsMemberOf Method Ingeniux CMS Content Store API

Checked whether this user is a member of the specified Group.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool IsMemberOf(
	IUserGroup group
)

Parameters

group
Type: Ingeniux.CMSIUserGroup
The group to check

Return Value

Type: Boolean
True if this user is a member of the specified Group, false otherwise.
Remarks

When the value of the "group" parameter is null, returns false.

See Also

Reference