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

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

Parameters

inName
Type: SystemString
See Also