ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / ISharingUtilities Interface / GetInvalidCharsInNameForPortalProjects Method

In This Topic
    GetInvalidCharsInNameForPortalProjects Method
    In This Topic
    Syntax
    string GetInvalidCharsInNameForPortalProjects( 
       string fileName,
       bool isServiceName,
       bool isServerFolder,
       bool isMapServiceName,
       bool isWebMap
    )
    Function GetInvalidCharsInNameForPortalProjects( _
       ByVal fileName As String, _
       Optional ByVal isServiceName As Boolean, _
       Optional ByVal isServerFolder As Boolean, _
       Optional ByVal isMapServiceName As Boolean, _
       Optional ByVal isWebMap As Boolean _
    ) As String

    Parameters

    fileName
    isServiceName
    isServerFolder
    isMapServiceName
    isWebMap
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also