AuthenticationHelperGetRegistrationApprovalUrl Method (String, Guid, String, Int32) |
Note: This API is now obsolete.
Get URL for user registration approval page. Returns string with URL.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax [ObsoleteAttribute("Use version of this method without contactId. ContactId is not needed when confirming registration.")]
public static string GetRegistrationApprovalUrl(
string customApprovalUrl,
Guid userGuid,
string siteName,
int contactId
)
Parameters
- customApprovalUrl
- Type: SystemString
User registration approval url - userGuid
- Type: SystemGuid
Registered user GUID - siteName
- Type: SystemString
Site name - contactId
- Type: SystemInt32
New contact ID
Return Value
Type:
StringReturns user registration approval URL
See Also