47 lines
1.9 KiB
HTML
47 lines
1.9 KiB
HTML
<html>
|
||
|
||
<head>
|
||
<title>Administration Menu for Add-ins</title>
|
||
<meta name=MS-HKWD content="Add-ins, menus">
|
||
<meta name=MS-HKWD content="Add-ins, commands">
|
||
<meta http-equiv="Content-Language" content="en-us">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||
<link rel="stylesheet" type="text/css" href="ApiHelp.css">
|
||
<style>
|
||
<!--
|
||
div.Section1
|
||
{page:Section1;}
|
||
p.MsoNormal
|
||
{mso-style-parent:"";
|
||
margin-bottom:.0001pt;
|
||
font-size:12.0pt;
|
||
font-family:"Times New Roman";
|
||
margin-left:0cm; margin-right:0cm; margin-top:0cm}
|
||
-->
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
<h1><span style="font-weight: normal; font-size: 7.5pt;">SOLIDWORKS PDM Professional API Help</span></h1>
|
||
<h1>Administration Menu for Add-ins</h1>
|
||
<div class="Section1">
|
||
<span style="font-size: 8pt; font-family: Verdana" lang="EN-US">An add-in
|
||
often contains commands intended both for end users and the administrator of
|
||
the system. You can add these commands as menu items using the
|
||
<a style="color: blue; text-decoration: underline; text-underline: single" href="EPDM.Interop.epdm~EPDM.Interop.epdm.IEdmCmdMgr5~AddCmd.html"> IEdmCmdMgr5::AddCmd</a>
|
||
method. The downside to this is that the
|
||
administrator commands are displayed in the File Explorer and, unless you
|
||
check the logged-in user, all users are able to run the administrator
|
||
commands.</span><p>
|
||
<span style="font-size: 8pt; font-family: Verdana" lang="EN-US">In
|
||
SOLIDWORKS PDM Professional 6.4, a new flag is added to IEdmCmdMgr5::AddCmd,
|
||
<a style="color: blue; text-decoration: underline; text-underline: single" href="EPDM.Interop.epdm~EPDM.Interop.epdm.EdmMenuFlags.html"> EdmMenuFlags::EdmMenu_Administration</a>,
|
||
which controls whether a
|
||
menu command is hidden in the File Explorer. When the flag is
|
||
set, the command is displayed only in SOLIDWORKS PDM Professional’s Administration
|
||
tool when you right-click the add-in.</span></div>
|
||
|
||
</body>
|
||
|
||
</html>
|