public void ChangeOwner( string newOwnerName )
Public Sub ChangeOwner( _ ByVal newOwnerName As String _ )
Parameters
- newOwnerName
- The name of the new owner of this version.
public void ChangeOwner( string newOwnerName )
Public Sub ChangeOwner( _ ByVal newOwnerName As String _ )
| 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. | 
| 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 10, Windows 8.1