WorkflowManagerGetAttachmentLink Method

Returns the URL of the attachment from specified task.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns the URL of the attachment from specified task")]
public string GetAttachmentLink(
	Guid taskGuid
)

Parameters

taskGuid  Guid

Return Value

String

See Also