Methods for cWebResourceManager

View method list in hierarchical order

NameTypeDescriptionDefining Class
AddHttpResponseHeaderProcedureSets a specific response headercBaseWebComponent
ChildByIndexFunctionCan be used to iterate the direct children of an objectcObject
ClassSuperClassFunctionReturns the superclass of the passed classcObject
ClearErrorsProcedureClears the error queuecBaseWebComponent
ContentTypeFunctionDetermines MIME type string based on file extension
CreateFunctionCreates an object based on the passed Class IdcObject
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed namecObject
CustomDownloadURLFunctionA lower level version of DownLoadURL. Use to generates a more customized unique and secure URL from downloading a file
DestroyProcedureDestroys the object that receives the message and any child objects of that objectcObject
DownloadURLFunctionGenerates a unique and secure URL from downloading a file
ErrorCountFunctionReturns the number of errors in the current error queuecBaseWebComponent
ErrorMessageFunctionReturns the error message for an index in the error queuecBaseWebComponent
ErrorMessageDetailedFunctionReturns a detailed (more technical) error message for an index in the error queuecBaseWebComponent
ErrorNumberFunctionReturns the DataFlex error number for an index in the error queuecBaseWebComponent
ErrorQueueEndProcedureEnds an error queue processcBaseWebComponent
ErrorQueueStartProcedureUsed to start an error queue for a web requestcBaseWebComponent
Exit_ApplicationProcedureStarts the process of closing an applicationcObject
FileDownloadFunctionCalled by the file download handler to get the local file path
FileDownloadFinishedProcedureCalled when a file download is complete
FileNameFromPathFunction
FileUploadFunctionCalled by the file upload handler to get the local path to store the file
FileUploadFinishedProcedureCalled when a file upload is complete
FileUploadKeyFunctionCalled by the file upload controls to generate a key used by the file upload handler to properly store the file
FileUploadKeyToPathFunctionCalled by the file upload control to get the local file path to store the file based on the provided upload key
GetCookieFunctionReads a cookie keycBaseWebComponent
IsAllowedDownloadFolderFunctionDetermines whether the passed path is inside one of the registered download folders
IsAllowedUploadFolderFunctionDetermines whether the passed path is inside one of the registered upload folders
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchycObject
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchycObject
IsQueuedErrorFunctionReturns True if errors are being queuedcBaseWebComponent
LogErrorEventProcedureRaises an error and explicitly logs the error in the event logcBaseWebComponent
LogEventProcedureLogs an event to the Web Application's event logcBaseWebComponent
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based oncObject
RegisterDownloadFolderProcedureUsed to register a local file path as an accessible download folder
RegisterUploadFolderProcedureUsed to register a local file path as accessible upload folder
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]cObject
ServerVariableFunctionAllows retrieval of IIS Server Variable valuescBaseWebComponent
SetCookieProcedureUsed to update a cookie keycBaseWebComponent