Click or drag to resize
AuthenticationHelperUserKicked Method
Checks whether the given user is kicked or not.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static bool UserKicked(
	int userID
)

Parameters

userID
Type: SystemInt32
User id

Return Value

Type: Boolean
See Also