![]() | InDesign SDK 20.5 |
#include <ISysFileListData.h>

Public Types | |
| enum | { kDefaultIID = IID_ISYSFILELISTDATA } |
Public Member Functions | |
| virtual void | Append (const IDFile &theFile)=0 |
| virtual IDFile | GetSysFileItem (int32 i) const =0 |
| virtual int32 | Length ()=0 |
| virtual void | Clear ()=0 |
| virtual void | SortListByFilename ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Container interface used to hold a list of file objects.
| pure virtual |
Appends a file to the list.
| theFile | IN File to append to the list. |
| pure virtual |
Removes all the files from the list.
| pure virtual |
Returns the n'th file in the list.
| i | IN Index of the file to return from the list. |
| pure virtual |
Returns the number of files in the list.
| pure virtual |
Sorts the list alphabetically by filename(case insensitive)