Select to view content in your preferred language

Is there event when the feature service version (branch versioning) changes?

315
2
Jump to solution
06-21-2024 07:20 AM
Gurunara
Frequent Contributor

Need to hook into the event when user changes the version of a feature service, to retrieve the current version name.

 

0 Kudos
1 Solution

Accepted Solutions
Gurunara
Frequent Contributor

I already had it:

ChangingVersionEvent.Subscribe(args => {
if (args.State == ChangingVersionState.Finished)
{
...
});

View solution in original post

0 Kudos
2 Replies
Gurunara
Frequent Contributor

I already had it:

ChangingVersionEvent.Subscribe(args => {
if (args.State == ChangingVersionState.Finished)
{
...
});

0 Kudos
MohamedHassan17
Emerging Contributor
 

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?

 
 
 
 
0 Kudos