SPUrlUtility.IndexOfIllegalCharInUrlLeafName - Méthode
Retourne l'index d'entiers d'un caractère non conforme dans le nom de feuille d'URL spécifié.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function IndexOfIllegalCharInUrlLeafName ( _
strLeafName As String _
) As Integer
'Utilisation
Dim strLeafName As String
Dim returnValue As Integer
returnValue = SPUrlUtility.IndexOfIllegalCharInUrlLeafName(strLeafName)
public static int IndexOfIllegalCharInUrlLeafName(
string strLeafName
)
Paramètres
strLeafName
Type : System.StringChaîne qui contient le nom de la feuille.
Valeur renvoyée
Type : System.Int32
Un entier 32 bits qui représente l'index du caractère non valide dans le nom de la feuille.