C# Class Website.Abstractions.SocialConnected.ConnectUserManagerWrapper

Inheritance: IConnectUserManager
Exibir arquivo Open project: herskinduk/Usergroup.SocialConnectedMvc

Public Methods

Method 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 method

public AttachUser ( string networkName, bool isAsyncProfileUpdate, string appId = null ) : void
networkName string
isAsyncProfileUpdate bool
appId string
return void

ConnectUserManagerWrapper() public method

public ConnectUserManagerWrapper ( ) : Sitecore.Social.Core.Connector
return Sitecore.Social.Core.Connector

LoginUser() public method

public LoginUser ( string networkName, bool isAsyncProfileUpdate, string appId = null ) : void
networkName string
isAsyncProfileUpdate bool
appId string
return void