public ArcGISPortal EditPortal( ArcGISPortal existingPortalObj, Uri newPortalUri )
Public Function EditPortal( _ ByVal existingPortalObj As ArcGISPortal, _ ByVal newPortalUri As Uri _ ) As ArcGISPortal
Parameters
- existingPortalObj
- The existing portal whose Uri will be changed
- newPortalUri
- The URI to use to replace the existing Uri of the existingPortalObj
Return Value
A ArcGISPortal with the changed Uri