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: 8.0.0.0 (8.1.5347.20411)
Parameters
- days
- Type: System Int32
Number of days in which the memberships will expire.
- siteId
- Type: System Int32
Site ID
- where
- Type: System String
Additional where condition
- onlyWithSendNotification
- Type: System Boolean
Get only memberships with send notification flag set to true.
Return Value
Type: InfoDataSet MembershipUserInfoSee Also