Click or drag to resize
IUserLogicCallbacksOnGetAttachmentName Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string OnGetAttachmentName(
	int inQuesIdx,
	string inFilePath,
	string inName,
	int inQuestionAttachmentCount,
	int inGlobalAttachmentCount
)

Parameters

inQuesIdx
Type: SystemInt32
inFilePath
Type: SystemString
inName
Type: SystemString
inQuestionAttachmentCount
Type: SystemInt32
inGlobalAttachmentCount
Type: SystemInt32

Return Value

Type: String
See Also