{CompanyName} FlexyGo

Google..::..SendContactsToGoogleApi Method

It sends contacts to Google with a batch request

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool SendContactsToGoogleApi(
	List<GoogleContact> Contacts,
	ref ProcessManager..::..ProcessHelper Ret,
	string userId,
	ref Object response,
	bool isdelete
)
Public Shared Function SendContactsToGoogleApi ( _
	Contacts As List(Of GoogleContact), _
	ByRef Ret As ProcessManager..::..ProcessHelper, _
	userId As String, _
	ByRef response As Object, _
	isdelete As Boolean _
) As Boolean

Parameters

Contacts
Type: List<(Of <(<'GoogleContact>)>)>
Collection of contacts
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
A process helper with return information
userId
Type: String
response
Type: Object%
isdelete
Type: Boolean
Boolean (If is true then deleted)

Return Value

true if success, false otherwise.