InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IContentMgr::PluginInfo Struct Reference

#include <IContentMgr.h>

Public Attributes

PMString fPluginName
 
int32 fDocMajorVersion
 
int32 fDocMinorVersion
 
bool16 fIsMissing
 
ITagRegistry::TagPriority fPriority
 
PluginMetadata fMetadata
 
PluginID fPluginID
 

Detailed Description

This struct gives the application information about a given plug-in The information allows the app to perform conversions and allow users to turn off only plug-ins that the app can be run without.

Member Data Documentation

int32 IContentMgr::PluginInfo::fDocMajorVersion

version number of the plug-in (app version number)

int32 IContentMgr::PluginInfo::fDocMinorVersion

version number of the plug-in (plug-in rev in this app version)

bool16 IContentMgr::PluginInfo::fIsMissing

kTrue if the plugin is not running.

PMString IContentMgr::PluginInfo::fPluginName

name of the plug-in

ITagRegistry::TagPriority IContentMgr::PluginInfo::fPriority

The priority of the plug-in

See Also
ITagRegistry::TagPriority