Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
EdmiError edmiRemoteRenameGroup (SdaiServerContext       serverContextId,
                                 SdaiString              groupName,
                                 SdaiString              newGroupName,
                                 SdaiInvocationId       *edmiInvocationId);


Changes the name of an existing remote EDMgroup.

Info

These functions are This function is restricted to EDMuser "superuser" or to any EDMuser that is an GroupAdministrator of the actual EDMgroup

...

1TypeNameComment
2SdaiServerContextserverContextIdServer context
3SdaiStringgroupNamecurrent name
4SdaiStringnewGroupNamenew name
5SdaiInvocationIdedmiInvocationId Not yet used. When the edmiInvocationId is specified unequal NULL, the actual operation will be asynchronous and a handle (identifier) of the call will be returned in the edmiInvocationId argument. This handle can be used in later operations for requesting the status (waiting, running, finished ..) and the result of the actual operation.

...