This property specifies the filename (or a filename filter
containing wildcards) that will be acted upon -- for example, downloaded by the
Download Files AgilePart, uploaded by the Upload Files AgilePart, or converted
to PDF by the Convert to PDF AgilePart.
The action is taken in the location specified by the associated
URL -- either Local Path or AbsoluteURL, depending upon the AgileShape. If the
location is a folder, only the specified file types will be acted upon.
Some examples of possible values for this property are listed
below:
- *.* - This
value indicates that all files (located at the source location) will be
affected.
- *.XML - This
value indicates that all files (located at the source location) that have the
".XML" file extension will be affected.
- *.doc - This
value indicates that all files (located at the source location) that have the
".DOC" file extension will be affected.
- MyFile.xml -
This value indicates that only the specific file (located at the source
location) named MyFile.xml will be affected.
|