Click or drag to resize
IUserAccessiableGetAttachmentByName Method
Returns a file name according to a given attachment name.

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

Parameters

inName
Type: SystemString

Return Value

Type: String
See Also