Select to view content in your preferred language

Transactional support for Project.Current.SaveEditsAsync?

185
1
Jump to solution
03-31-2025 06:32 AM
Gurunara
Frequent Contributor

Is it possible to use Project.Current.SaveEditsAsync() to save only certain changes/edits in a session scope, and not all of the changes that have piled up? I need to update a particular change that occurs within a method call, without having to necessarily save all of the other changes that the user may have piled up in memory in arcpro.

Or is there way to save changes only for a given featurelayer and not all featurelayers..? That would also work for us.

0 Kudos
1 Solution

Accepted Solutions
SelimDissem
Esri Contributor

@Gurunara ,

see this thread: Save edits for a single feature class in an Edit O... - Esri Community

It has a very similar question and its answer as well as a potential solution

View solution in original post

0 Kudos
1 Reply
SelimDissem
Esri Contributor

@Gurunara ,

see this thread: Save edits for a single feature class in an Edit O... - Esri Community

It has a very similar question and its answer as well as a potential solution

0 Kudos