Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
@ID@CommandName in external programms?
BjoernWeber
Hi!
Is there any way of using the
@ID@CommandName-Commands
in external (own) programms?
Best regards
Björn
Find more posts tagged with
Comments
jny
I'm not sure I understand your question completely. Do you mean that you're attempting to add your own command to use inside WorkSite Clients? Or somethine else?
BjoernWeber
No, that's not what I want to do.
I want to use some of those 'internal commands', e. g. some dialogs or functionality that is not available via the IManExt library in my own programm. I know these are 'internal' commands but maybe there is a way to use them?!
jny
No, you cannot use the WorkSite Client's commands in your own program. The progid's to those commands are read by the WorkSite Client source, then it invokes the respective classes.
You may use those command objects that we document in the SDK via the iManage Extension Type Libraries, i.e., iManExt.dll, iManExt2.dll, etc.
BjoernWeber
Is it possible to use these
@ID-Commands
in custom iCommands, invoked by WorkSite?
jny
No, there is no way for you to invoke the classes to which these progid's belong inside your own program. Those classes are internally called by WorkSite source.
What are you trying to do?