Need to hook into the event when user changes the version of a feature service, to retrieve the current version name.
Solved! Go to Solution.
I already had it:
ChangingVersionEvent.Subscribe(args => {
if (args.State == ChangingVersionState.Finished)
{
...
});
I already had it:
ChangingVersionEvent.Subscribe(args => {
if (args.State == ChangingVersionState.Finished)
{
...
});
I have an Enterprise GDB with branch versioning and ,I need to develop SOI that can detect the username from the request and redirect from sde.DEFUALT to his version.
Do you have any suggestions?