Skip to content

Methods for cLocalWebResourceManager

View method list in alphabetical order.

Name Type Description Defining Class
ContentType Function Determines MIME type string based on file extension This function returns a MIME type based on the passed file extension. cLocalWebResourceManager
CustomDownloadURL Function A lower level version of DownLoadURL. cLocalWebResourceManager
DownloadURL Function Generates a unique and secure URL from downloading a file DownLoadURL is used to create an encrypted URL that can be used by the resource manager to download this file to the client. cLocalWebResourceManager
FileDownload Function Called by the file download handler to get the local file path FileDownload is the method that is called by the file download handler. cLocalWebResourceManager
FileDownloadFinished Procedure Called when a file download is complete Augment the FileDownloadFinished method to perform special processing after a file has been successfully sent to the client. cLocalWebResourceManager
FileNameFromPath Function cLocalWebResourceManager
FileUpload Function Called by the file upload handler to get the local path to store the file FileUpload is called by the file upload handler to get the local path to store the file. cLocalWebResourceManager
FileUploadFinished Procedure Called when a file upload is complete Augment the FileUploadFinished method to perform special processing after a file has been successfully received by the client. cLocalWebResourceManager
FileUploadKey Function Called by the file upload controls to generate a key used by the file upload handler to properly store the file cLocalWebResourceManager
FileUploadKeyToPath Function Called by the file upload control to get the local file path to store the file based on the provided upload key cLocalWebResourceManager
IsAllowedDownloadFolder Function Determines whether the passed path is inside one of the registered download folders Determines whether the passed path is inside one of the registered download folders. cLocalWebResourceManager
IsAllowedUploadFolder Function Determines whether the passed path is inside one of the registered upload folders Determines whether the passed path is inside one of the registered upload folders. cLocalWebResourceManager
RegisterDownloadFolder Procedure Used to register a local file path as an accessible download folder This procedure is used to register a local file path as an accessible download folder. cLocalWebResourceManager
RegisterUploadFolder Procedure Used to register a local file path as accessible upload folder This procedure is used to register a local file path as an accessible upload folder. cLocalWebResourceManager

Inherited Methods from cObject

Name Type Description Defining Class
ChildByIndex Function Can be used to iterate the direct children of an object ChildByIndex is a function that can be used to iterate the direct children of an object. cObject
ClassSuperClass Function Returns the superclass of the passed class This returns the superclass of the passed class. cObject
Create Function Creates an object based on the passed Class Id The Create function is used to dynamically create objects. cObject
CreateNamed Function Creates an object based on the passed Class Id and assigns it a name Name based on a passed name Creates an object based on the passed Class Id and assigns it a name Name based on a passed name. cObject
Destroy Procedure Destroys the object that receives the message and any child objects of that object The Destroy message destroys the object that receives the message. cObject
Exit_Application Procedure Starts the process of closing an application The Exit_Application message is used to close the program. cObject
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 This returns True if the passed class is part of the object's class hierarchy. cObject
ObjectClass Function Returns the integer class ID assigned to the class this object is based on Returns the integer class ID assigned to the class this object is based on. cObject
Request_Destroy_Object Procedure Use the Destroy method instead This method is used to destroy an object and all of its children. cObject