Click or drag to resize
IUserAccessiableRemoveAttachment Method
Removes a specific attachment from an interview according to /// a given file name.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void RemoveAttachment(
	string inFile
)

Parameters

inFile
Type: SystemString
See Also