Compartilhar via


SPUrlUtility.IndexOfIllegalCharInUrlLeafName method

Retorna o índice inteiro de um caractere inválido no nome da folha de URL especificado.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Shared Function IndexOfIllegalCharInUrlLeafName ( _
    strLeafName As String _
) As Integer
'Uso
Dim strLeafName As String
Dim returnValue As Integer

returnValue = SPUrlUtility.IndexOfIllegalCharInUrlLeafName(strLeafName)
public static int IndexOfIllegalCharInUrlLeafName(
    string strLeafName
)

Parâmetros

  • strLeafName
    Type: System.String

    Uma seqüência de caracteres que contém o nome de folha.

Valor retornado

Type: System.Int32
Um inteiro de 32 bits que representa o índice do caractere inválido no nome de folha.

Ver também

Referência

SPUrlUtility class

SPUrlUtility members

Microsoft.SharePoint.Utilities namespace