Skip to content

Methods for cWebResourceManager

View method list in hierarchical order.

Name Type Description Defining Class
AddHttpResponseHeader Procedure Sets a specific response header cBaseWebComponent
ChildByIndex Function Can be used to iterate the direct children of an object cObject
ClassSuperClass Function Returns the superclass of the passed class cObject
ClearErrors Procedure Clears the error queue cBaseWebComponent
ContentType Function Determines MIME type string based on file extension cWebResourceManager
Create Function Creates an object based on the passed Class Id cObject
CreateNamed Function Creates an object based on the passed Class Id and assigns it a name Name based on a passed name cObject
CustomDownloadURL Function A lower level version of DownLoadURL. Use to generates a more customized unique and secure URL from downloading a file cWebResourceManager
Destroy Procedure Destroys the object that receives the message and any child objects of that object cObject
DownloadURL Function Generates a unique and secure URL from downloading a file cWebResourceManager
ErrorCount Function Returns the number of errors in the current error queue cBaseWebComponent
ErrorMessage Function Returns the error message for an index in the error queue cBaseWebComponent
ErrorMessageDetailed Function Returns a detailed (more technical) error message for an index in the error queue cBaseWebComponent
ErrorNumber Function Returns the DataFlex error number for an index in the error queue cBaseWebComponent
ErrorQueueEnd Procedure Ends an error queue process cBaseWebComponent
ErrorQueueStart Procedure Used to start an error queue for a web request cBaseWebComponent
Exit_Application Procedure Starts the process of closing an application cObject
FileDownload Function Called by the file download handler to get the local file path cWebResourceManager
FileDownloadFinished Procedure Called when a file download is complete cWebResourceManager
FileNameFromPath Function cWebResourceManager
FileUpload Function Called by the file upload handler to get the local path to store the file cWebResourceManager
FileUploadFinished Procedure Called when a file upload is complete cWebResourceManager
FileUploadKey Function Called by the file upload controls to generate a key used by the file upload handler to properly store the file cWebResourceManager
FileUploadKeyToPath Function Called by the file upload control to get the local file path to store the file based on the provided upload key cWebResourceManager
GetCookie Function Reads a cookie key cBaseWebComponent
IsAllowedDownloadFolder Function Determines whether the passed path is inside one of the registered download folders cWebResourceManager
IsAllowedUploadFolder Function Determines whether the passed path is inside one of the registered upload folders cWebResourceManager
IsClassOfClass Function Determines whether the target class is part of the searched class's hierarchy cObject
IsObjectOfClass Function Determines whether the passed class is part of the object's class hierarchy cObject
IsQueuedError Function Returns True if errors are being queued cBaseWebComponent
LogErrorEvent Procedure Raises an error and explicitly logs the error in the event log cBaseWebComponent
LogEvent Procedure Logs an event to the Web Application's event log cBaseWebComponent
ObjectClass Function Returns the integer class ID assigned to the class this object is based on cObject
RegisterDownloadFolder Procedure Used to register a local file path as an accessible download folder cWebResourceManager
RegisterUploadFolder Procedure Used to register a local file path as accessible upload folder cWebResourceManager
Request_Destroy_Object Procedure Use the Destroy method instead cObject
ServerVariable Function Allows retrieval of IIS Server Variable values cBaseWebComponent
SetCookie Procedure Used to update a cookie key cBaseWebComponent