WorkflowManagerGetTaskAttachmentToken Method

Create a download token for attachment for the given task.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Create a download token for attachment for the given task.")]
public void GetTaskAttachmentToken(
	Guid taskGuid,
	ref Guid token,
	ref long fileSize,
	ref string fileName
)

Parameters

taskGuid  Guid
 
token  Guid
 
fileSize  Int64
 
fileName  String
 

See Also