|
<< Click to Display Table of Contents >> Navigation: Classes > TIWServerControllerBase > Properties > ContentPath |
Contains the full path for the IntraWeb Content Folder. The default value for the ContentPath is AppPath + 'wwwroot'. The ContentPath is the folder that is exposed to the user by your IntraWeb application, ie, the files that needs to be directly accessible using and URL. You can use this folder to add images, JavaScript files, PDF, HTML files and any file needed by your application.
SIGNATURE=IWServerControllerBase.TIWServerControllerBase.ContentPath
ETYPE=Property
Declaration:
Delphi: |
public property ContentPath: string; |
C++: |
public: __property String ContentPath; |
Description: This is ContentPath, a member of class TIWServerControllerBase.