This reference page is linked to from the following overview topics: New Classes and Methods.
#include <IPathConfigMgr.h>
Provides extended access to application path configuration functionality.
To access the single IPathConfigMgrEx instance, call the static function IPathConfigMgrEx::GetPathConfigMgr().
Public Member Functions |
|
virtual void | GetProjectDirectoryCreateFilters (Tab< int > &filterIDs)=0 |
Returns a Tab of the
IDs in the persistent internal filter table. |
|
virtual const MCHAR * | GetExchangeStorePlugInInstallPath (const TSTR &productCode)=0 |
Returns the installation path of a plug-in
installed via Autodesk Exchange Store based on the product code.
|
|
Static Public Member Functions |
|
static
CoreExport IPathConfigMgrEx * |
GetPathConfigMgr () |
Returns the single instance of this manager.
|
virtual void GetProjectDirectoryCreateFilters | ( | Tab< int > & | filterIDs | ) | [pure virtual] |
virtual const MCHAR* GetExchangeStorePlugInInstallPath | ( | const TSTR & | productCode | ) | [pure virtual] |
Returns the installation path of a plug-in installed via Autodesk Exchange Store based on the product code.
Gets the installation path of a plug-in installed via Autodesk Exchange Store based on the product code.
[in] | productCode | the product code of the installed plug-in. The product code is a standard UUID string ("{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}") must be provided during the creation of the plug-in installer for Autodesk Exchange Store. The product code can be found in the PackageContents.xml while creating the plug-in installer. |
static CoreExport IPathConfigMgrEx* GetPathConfigMgr | ( | ) | [static] |
Returns the single instance of this manager.
Gets the single instance of this class.
Reimplemented from IPathConfigMgr.