This key is for content providers who want to register themselves and participate in DesignCenter custom mode.
All information DesignCenter needs from a content provider participating in its custom mode is stored under this key. The name of the key would be the name of the application, as it appears in the custom mode. Under the Application Name key can be the following subkeys:
This contains a list of extensions that a content provider supports (such as .dwg). Each key under extensions represents one extension. The name of the key is the name of the extension.
This key is optional. If an application wants to participate in the find functionality, then it is required to populate this key.
The following registry values demonstrate an applications registry branch:
[HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\AutoCAD\R24.0\ ACAD-4101:409\AutodeskApps\AcadDC\Applications\Autodesk\Finder\Drawings] "LocalName"="Drawings" "File Based Search"=dword:00000001 "Advanced Search"=dword:00000001 "Date Search"=dword:00000001 "Date Available"=dword:00000001 "Size Available"=dword:00000001 "Extension"=".dwg" "Auto Append"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\AutoCAD\R24.0\ ACAD-4101:409\AutodeskApps\AcadDC\Applications\Autodesk\Finder\Drawings \Advanced Properties] "Advanced Property1"="Block name" "Advanced Property2"="Block and drawing description" "Advanced Property3"="Attribute tag" "Advanced Property4"="Attribute value" [HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\AutoCAD\R24.0\ ACAD-4101:409\AutodeskApps\AcadDC\Applications\Autodesk\Finder\Drawings \Properties] "Property1"="File Name" "Property2"="Title" "Property3"="Subject" "Property4"="Author" "Property5"="Keywords"