Click or drag to resize
MembershipUserInfoProviderGetExpiringMemberships Method (Int32, Int32, String)
Returns dataset of all expiring memberships matching given parameters along with relevant user and membership information.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<MembershipUserInfo> GetExpiringMemberships(
	int days,
	int siteId,
	string where
)

Parameters

days
Type: SystemInt32
Number of days in which the memberships will expire.
siteId
Type: SystemInt32
Site ID. Set to 0 for global expiring memberships.
where
Type: SystemString
Additional where condition

Return Value

Type: InfoDataSetMembershipUserInfo
See Also