[]
Merges command links from links1 and links2 into result, using merge rules specified with links, similar to MDI merge.
public void MergeCommandLinks(C1CommandLinks result, C1CommandLinks links1, C1CommandLinks links2)
| Type | Name | Description |
|---|---|---|
| C1CommandLinks | result | |
| C1CommandLinks | links1 | |
| C1CommandLinks | links2 |
Merges command links from links1 and links2 into result, using merge rules specified with links, similar to MDI merge.
public static void MergeCommandLinks(C1CommandLinks result, C1CommandLinks links1, C1CommandLinks links2, bool restore)
| Type | Name | Description |
|---|---|---|
| C1CommandLinks | result | |
| C1CommandLinks | links1 | |
| C1CommandLinks | links2 | |
| bool | restore |