Click or drag to resize
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.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
[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: String
Returns user registration approval URL
See Also