Public Sub ChangeOwner( _ ByVal newOwnerName As String _ )
public void ChangeOwner( string newOwnerName )
Parameters
- newOwnerName
- The name of the new owner of this version.
Public Sub ChangeOwner( _ ByVal newOwnerName As String _ )
public void ChangeOwner( string newOwnerName )
| Exception | Description |
|---|---|
| System.ArgumentException | The new owner name is null or an empty string. |
| System.InvalidOperationException | The version uses traditional versioning, which does not support changing ownership. |
| ArcGIS.Core.Data.Exceptions.GeodatabaseException | A geodatabase-related exception has occurred. |
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)