C# Class Website.Abstractions.SocialConnected.ConnectUserManagerWrapper

Inheritance: IConnectUserManager
Afficher le fichier Open project: herskinduk/Usergroup.SocialConnectedMvc

Méthodes publiques

Méthode Description
AttachUser ( string networkName, bool isAsyncProfileUpdate, string appId = null ) : void
ConnectUserManagerWrapper ( ) : Sitecore.Social.Core.Connector
LoginUser ( string networkName, bool isAsyncProfileUpdate, string appId = null ) : void

Method Details

AttachUser() public méthode

public AttachUser ( string networkName, bool isAsyncProfileUpdate, string appId = null ) : void
networkName string
isAsyncProfileUpdate bool
appId string
Résultat void

ConnectUserManagerWrapper() public méthode

public ConnectUserManagerWrapper ( ) : Sitecore.Social.Core.Connector
Résultat Sitecore.Social.Core.Connector

LoginUser() public méthode

public LoginUser ( string networkName, bool isAsyncProfileUpdate, string appId = null ) : void
networkName string
isAsyncProfileUpdate bool
appId string
Résultat void