Method | Description | |
---|---|---|
ContactProfileService ( ) : System | ||
ContactProfileService ( IContactProfileProvider contactProfileProvider ) : System | ||
SetPreferredEmail ( string email ) : void | ||
SetPreferredPhoneNumber ( string phone ) : void | ||
SetProfile ( Sitecore.Feature.Accounts.Models.EditProfile editProfileModel ) : void | ||
SetTag ( string tagName, string tagValue ) : void |
public ContactProfileService ( IContactProfileProvider contactProfileProvider ) : System | ||
contactProfileProvider | IContactProfileProvider | |
return | System |
public SetPreferredEmail ( string email ) : void | ||
string | ||
return | void |
public SetPreferredPhoneNumber ( string phone ) : void | ||
phone | string | |
return | void |
public SetProfile ( Sitecore.Feature.Accounts.Models.EditProfile editProfileModel ) : void | ||
editProfileModel | Sitecore.Feature.Accounts.Models.EditProfile | |
return | void |
public SetTag ( string tagName, string tagValue ) : void | ||
tagName | string | |
tagValue | string | |
return | void |