FileMustExist

<< Click to Display Table of Contents >>

Navigation:  Classes > TContentBase > Properties >

FileMustExist

Must be TRUE if a filename matching the request path must exist. If the content handler creates dynamic content, this must be set to FALSE.

 

SIGNATURE=IW.Content.Base.TContentBase.FileMustExist

 

ETYPE=Property

 

Declaration:

Delphi:

public property FileMustExist: Boolean;

C++:

public: __property bool FileMustExist;

 

Description: True if this is a "file based" handler, i.e. the handler needs the existence of some file to be executed