ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.SystemCore Namespace / IArcGISSignOn Interface / GetFormattedPortalUri Method
The portal uri to format

In This Topic
    GetFormattedPortalUri Method (IArcGISSignOn)
    In This Topic
    Ensures that a portal URI is formatted correctly.
    Syntax
    Function GetFormattedPortalUri( _
       ByVal portalUri As Uri _
    ) As Tuple(Of Boolean,Uri)
    Tuple<bool,Uri> GetFormattedPortalUri( 
       Uri portalUri
    )

    Parameters

    portalUri
    The portal uri to format
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also