Click or drag to resize
OnlineUserHelperUpdateSessions Method
Updates all CMS_Session records which have matching foreign key ID corresponding given object type.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static void UpdateSessions(
	BaseInfo info,
	IEnumerable<string> changedColumns,
	OnlineUserHelperSessionType type
)

Parameters

info
Type: CMS.DataEngineBaseInfo
Info object containing data
changedColumns
Type: System.Collections.GenericIEnumerableString
Columns which were changed in the info object
type
Type: CMS.MembershipOnlineUserHelperSessionType
Type of the object
See Also