{CompanyName} FlexyGo

Offline..::..sysOfflineSendTable Method

Gets app offline configuration

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

Syntax


public static bool sysOfflineSendTable(
	EntityObject Entity,
	string AppName,
	string JsonValue,
	string SyncId,
	string TableName,
	string UserName,
	int PageNumber,
	ref ProcessManager..::..ProcessHelper Ret
)
Public Shared Function sysOfflineSendTable ( _
	Entity As EntityObject, _
	AppName As String, _
	JsonValue As String, _
	SyncId As String, _
	TableName As String, _
	UserName As String, _
	PageNumber As Integer, _
	ByRef Ret As ProcessManager..::..ProcessHelper _
) As Boolean

Parameters

Entity
Type: FLEXYGO.Objects..::..EntityObject
Nothing
AppName
Type: String
App name to get current config
JsonValue
Type: String
SyncId
Type: String
TableName
Type: String
UserName
Type: String
PageNumber
Type: Int32
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
A process helper with return information

Return Value

true if success, false otherwise.