{CompanyName} FlexyGo

SysProcess..::..EnableWebApi Method

Enable WebApi

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

Syntax


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

Parameters

Entity
Type: FLEXYGO.Objects..::..EntityObject
The entity.
Enable
Type: Boolean
Enable.
RefreshApplication
Type: Boolean
Refresh application.
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
Returns a Process Helper.

Return Value

true if no error, false otherwise.