Click or drag to resize
IUserLogicCallbacksOnWriteFileTextResult Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void OnWriteFileTextResult(
	string inFileName,
	bool inSuccess,
	bool inAppended
)

Parameters

inFileName
Type: SystemString
inSuccess
Type: SystemBoolean
inAppended
Type: SystemBoolean
See Also