How to change version owner programatically by ArcGIS Pro SDK (C#)

657
3
10-10-2019 01:07 PM
Antonio_MarcosPires_Martins
Esri Contributor

Hello everyone, how to change version owner programatically by ArcGIS Pro SDK (C#)? I can't find any properties or methods in the Version, VersionDescription, and VersionManager classes. I need to change it by ConnectionProperties or PortalItems?

0 Kudos
3 Replies
RichRuh
Esri Regular Contributor

Unfortunately, you are correct.  There is currently no way to change a version's owner with the Pro SDK.  We will try to add this functionality in a future release.

--Rich

0 Kudos
RichRuh
Esri Regular Contributor

At Pro 2.6 we will be adding a Version.ChangeOwner routine.  This routine will only work with branch versioning, not traditional versioning.

RichRuh
Esri Regular Contributor

The ability to change the owner of a version was added to Pro 2.6.  This functionality is only available with branch versioning.

0 Kudos