WorkflowManagerGetTaskAttachmentToken Method
Create a download token for attachment for the given task.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[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
-