| MembershipUserInfoProviderGetExpiringMembershipsInternal Method | 
            Returns dataset of all expiring memberships matching given parameters along with relevant user and membership information.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual InfoDataSet<MembershipUserInfo> GetExpiringMembershipsInternal(
	int days,
	int siteId,
	string where,
	bool onlyWithSendNotification
)
Parameters
- days
- Type: SystemInt32
 Number of days in which the memberships will expire.
- siteId
- Type: SystemInt32
 Site ID
- where
- Type: SystemString
 Additional where condition
- onlyWithSendNotification
- Type: SystemBoolean
 Get only memberships with send notification flag set to true.
Return Value
Type: 
InfoDataSetMembershipUserInfo See Also
See Also