{CompanyName} FlexyGo

Offline..::..GetAppConfig Method

Gets app offline configuration

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

Syntax


public static bool GetAppConfig(
	EntityObject Entity,
	string AppName,
	ref ProcessManager..::..ProcessHelper Ret
)
Public Shared Function GetAppConfig ( _
	Entity As EntityObject, _
	AppName As String, _
	ByRef Ret As ProcessManager..::..ProcessHelper _
) As Boolean

Parameters

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

Return Value

true if success, false otherwise.