IUserLogicCallbacksOnFileMonitor Method |
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax 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