MembershipUserInfoProviderAdd Method |
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public virtual void Add(
int membershipId,
int userId,
DateTime validTo,
bool sendNotification = false
)
Parameters
- membershipId
- Type: SystemInt32
Membership ID. - userId
- Type: SystemInt32
User ID. - validTo
- Type: SystemDateTime
Date to which membership is valid for user. - sendNotification (Optional)
- Type: SystemBoolean
Indicates, if notification will be sent to user when membership expires.
Implements
IMembershipUserInfoProviderAdd(Int32, Int32, DateTime, Boolean)Remarks
Invalidates the
UserInfo object of the user whose membership is being modified.
See Also