Message 1 of 3
Editor.GetEntity - but with multiple documents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to make a .NET command that allows the user to pick one entity from two documents.
Flow:
- User types command name (this is ok, can be done with a [CommandMethod(...)] )
- User is prompted to select an entity from the active document (this is ok, with Editor.GetEntity)
- User is prompted to select another entity from another document that is open (user picks the document and entity - Need help here!)
How can this be achieved?