Compartir a través de


del método SPUrlUtility.IndexOfIllegalCharInUrlLeafName

Devuelve el índice de entero de un carácter no válido en el nombre de la hoja de dirección URL especificado.

Espacio de nombres:  Microsoft.SharePoint.Utilities
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
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
    Tipo: System.String

    Una cadena que contiene el nombre de la hoja.

Valor devuelto

Tipo: System.Int32
Un entero de 32 bits que representa el índice del carácter no válido en el nombre de la hoja.

Vea también

Referencia

clase SPUrlUtility

Miembros SPUrlUtility

Espacio de nombres Microsoft.SharePoint.Utilities