![]() | InDesign SDK 20.5 |
#include <IAMServiceProvider.h>
Public Member Functions | |
| AssetHints (SysOSType sysOSType, PMString &fileExtension) | |
| AssetHints (const AssetHints &hints) | |
| AssetHints & | operator= (const AssetHints ©) |
Public Attributes | |
| SysOSType | kFileType |
| PMString | kFileExtension |
The IAMServiceProvider::AssetHints class has cached information about a file-based asset. The following information is available:
kFileType is the SysOSType; kFileExtension is a PMString containing the file extension.
AssetHints are usually accessed through a pointer (see the IAMServiceProvider::CanService method). Example:
PMString theExtension = hints->kFileExtension;