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

Public Types | |
| enum | { kDefaultIID = IID_IDELETEPREFLIGHTPROFILECMDDATA } |
Public Member Functions | |
| virtual void | SetProfiles (const UIDList &profiles)=0 |
| virtual UIDList | GetProfiles () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This interface provides the settings to accompany a DeletePreflightProfile command. Note that it may be easier to use IPreflightFacade::DeleteProfile(), although that only deletes one profile at a time.
| pure virtual |
| pure virtual |
Set the profile(s) to delete.
| profiles | IN The profiles you wish to delete. |