ArcGIS Pro 3.2 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
    Tuple<bool,Uri> GetFormattedPortalUri( 
       Uri portalUri
    )
    Function GetFormattedPortalUri( _
       ByVal portalUri As Uri _
    ) As Tuple(Of Boolean,Uri)

    Parameters

    portalUri
    The portal uri to format
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also