This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Logs in on a specific service and returns a token or error.

Namespace: Smartsite.Seo.Google
Assembly:  Smartsite.Seo (in Smartsite.Seo.dll)

Syntax

C#Copy imageCopy Code
public  Login(
	string email,
	string password,
	 service
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function Login ( _
	email As , _
	password As , _
	service As  _
) As 

Parameters

email
String
password
String
service
GoogleService

Return Value

See Also

Advanced