Click or drag to resize
IUserLogicCallbacksOnFileMonitor Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void OnFileMonitor(
	string inKey,
	string inFilePath,
	string inName,
	string inOldPath,
	string inOldName,
	FileChangeTypes inChangeType
)

Parameters

inKey
Type: SystemString
inFilePath
Type: SystemString
inName
Type: SystemString
inOldPath
Type: SystemString
inOldName
Type: SystemString
inChangeType
Type: SurveyToGo.UserLogic.InterfacesFileChangeTypes
See Also