FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deMobile..::..getQRCode Method

Gets the qr code.

Namespace:  FlowWright.cDevDeAPI.Mobile
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool getQRCode(
	out string sFilePath,
	out string sRelFilePath,
	bool isHTTPS
)
Public Function getQRCode ( _
	<OutAttribute> ByRef sFilePath As String, _
	<OutAttribute> ByRef sRelFilePath As String, _
	isHTTPS As Boolean _
) As Boolean
public:
bool^ getQRCode(
	[OutAttribute] String^% sFilePath, 
	[OutAttribute] String^% sRelFilePath, 
	bool^ isHTTPS
)

Parameters

sFilePath
Type: String%
The s file path.
sRelFilePath
Type: String%
The s relative file path.
isHTTPS
Type: Boolean

Return Value

true if XXXX, false otherwise.

Exceptions


ExceptionCondition
[NotImplementedException]