IPathConfigMgrEx Class Reference
 
 
 
IPathConfigMgrEx Class Reference

This reference page is linked to from the following overview topics: New Classes and Methods.


#include <IPathConfigMgr.h>

Inheritance diagram for IPathConfigMgrEx:
IPathConfigMgr FPStaticInterface FPInterfaceDesc FPInterface BaseInterface InterfaceServer MaxHeapOperators

Class Description

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.

Member Function Documentation

virtual void GetProjectDirectoryCreateFilters ( Tab< int > &  filterIDs ) [pure virtual]

Returns a Tab of the IDs in the persistent internal filter table.

Gets the IDs from the persistent internal filter table.

Parameters:
[out] filterIDs Tab containing the IDs from the persistent internal filter table.
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.

Parameters:
[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.
Returns:
the installation path of the plug-in.
static CoreExport IPathConfigMgrEx* GetPathConfigMgr ( ) [static]

Returns the single instance of this manager.

Gets the single instance of this class.

Returns:
The single instance of this class.

Reimplemented from IPathConfigMgr.