Top Method Summary
Options Name Purpose
AddFile (character, character, IMemptrHolder) Adds a single file to this object's arrays
AddFile (character, IMemptrHolder) Adds a single file to this object's arrays
LOGICAL SetContext (Object) Sets the context for the upload

Top Constructor Summary
Options Name Purpose
FileUploadResult (character) Constructor for the FileUploadResult class

Top Property Summary
Options Name Purpose
Progress.Json.ObjectModel.JsonConstruct Context
Ccs.Common.Support.IMemptrHolder FileData
CHARACTER FileName
CHARACTER FileType
CHARACTER Request


Method Detail
Top

AddFile (character, character, IMemptrHolder)

Purpose: Adds a single file to this object's arrays
Notes: The file name and type may be empty

Parameters:
pcName CHARACTER
The file name.
pcFileType CHARACTER
The MIME type of the file.
poData Ccs.Common.Support.IMemptrHolder
The binary file contents. Mandatory.
Top

AddFile (character, IMemptrHolder)

Purpose: Adds a single file to this object's arrays
Notes:

Parameters:
pcName CHARACTER
The file name.
poData Ccs.Common.Support.IMemptrHolder
The binary file contents
Top

LOGICAL SetContext (Object)

Purpose: Sets the context for the upload
Notes: If the context object is JSON, then use the input object.
If the context object is IMemptrHolder, then save that data as
a "context" property in a new JSON object
In all other types, create a JSON object from the object's properties.
the value is being set for the first time.

Parameters:
poContext Progress.Lang.Object
The context data
Returns LOGICAL
TRUE if the value passed in overwrites a value; FALSE if


Constructor Detail
Top

FileUploadResult (character)

Purpose: Constructor for the FileUploadResult class
Notes:

Parameters:
pcRequest CHARACTER
The request context/identifier


Property Detail
Top

Progress.Json.ObjectModel.JsonConstruct Context


Returns Progress.Json.ObjectModel.JsonConstruct
Top

Ccs.Common.Support.IMemptrHolder FileData


Returns Ccs.Common.Support.IMemptrHolder
Top

CHARACTER FileName


Returns CHARACTER
Top

CHARACTER FileType


Returns CHARACTER
Top

CHARACTER Request


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:31:03