Click or drag to resize

commonlinkFile Method

Links an existing file to a note

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "linkFile", Description = "Links an existing file to a note")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public vs_attachment linkFile(
	string AttachmentType,
	string ScreenNumber,
	string TableName,
	int NoteId,
	string CpnyID,
	string NameOfFile,
	string Descr
)

Parameters

AttachmentType
Type: SystemString
ScreenNumber
Type: SystemString
TableName
Type: SystemString
NoteId
Type: SystemInt32
CpnyID
Type: SystemString
NameOfFile
Type: SystemString
Descr
Type: SystemString

Return Value

Type: vs_attachment
See Also