{CompanyName} FlexyGo

Offline..::..GetAPPFileResource Method

Get Base64 data from app file resource.

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

Syntax


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

Parameters

Entity
Type: FLEXYGO.Objects..::..EntityObject
Offline File entity
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
A process helper with return information

Return Value

true if success, false otherwise.