Click or drag to resize
IUserAccessiableAttachFile Method (String, String, String, Boolean)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool AttachFile(
	string inFilePath,
	string inDesc,
	string inName,
	bool inLinkToQuestion
)

Parameters

inFilePath
Type: SystemString
inDesc
Type: SystemString
inName
Type: SystemString
inLinkToQuestion
Type: SystemBoolean

Return Value

Type: Boolean
See Also