UsersChangeEmail Method (Guid, String) |
Updates a user's email.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void ChangeEmail(
Guid userId,
string newEmail
)
Public Sub ChangeEmail (
userId As Guid,
newEmail As String
)
public:
void ChangeEmail(
Guid userId,
String^ newEmail
)
member ChangeEmail :
userId : Guid *
newEmail : string -> unit
Parameters
- userId
- Type: SystemGuid
The email address of the user. - newEmail
- Type: SystemString
The new email.
See Also