![]() | InDesign SDK 20.5 |
#include <ILibraryAssetIterator.h>
Public Member Functions | |
| virtual ILibraryAsset * | First ()=0 |
| virtual ILibraryAsset * | Next ()=0 |
| virtual ILibraryAsset * | Find (LibraryAssetID assetID)=0 |
| virtual bool16 | PassesThrough (LibraryAssetID assetID, ILibraryComplexFilterData *inFilter)=0 |
This is a standard C class used to iterate over the assets in a library. Not a standard boss interface.
| pure virtual |
Find an asset by its LibraryAssetID
| assetID | IN the LibraryAssetID for the asset to find |
| pure virtual |
Initialize internal state & return the first asset of the collection.
| pure virtual |
Move to the next asset of the collection.
| pure virtual |
Tell whether an asset is found using a filter.
| assetID | IN the asset to search for |
| inFilter | IN the filter to use |