{CompanyName} FlexyGo

SysProcess..::..SaveFlexygoAuth Method

Gets app offline configuration

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

Syntax


public static bool SaveFlexygoAuth(
	EntityObject Entity,
	string WebhookId,
	Object Request,
	ref ProcessManager..::..ProcessHelper Ret
)
Public Shared Function SaveFlexygoAuth ( _
	Entity As EntityObject, _
	WebhookId As String, _
	Request As Object, _
	ByRef Ret As ProcessManager..::..ProcessHelper _
) As Boolean

Parameters

Entity
Type: FLEXYGO.Objects..::..EntityObject
Nothing
WebhookId
Type: String
Request
Type: Object
HTTP Web Request
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
A process helper with return information

Return Value

true if success, false otherwise.