SPUtility.MapToControl - Méthode
Renvoie le nom du contrôle que vous pouvez modifier le fichier spécifié, y compris le site Web qui contient le fichier et le code du programme qui a créé le fichier.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function MapToControl ( _
web As SPWeb, _
strFileName As String, _
strProgID As String _
) As String
'Utilisation
Dim web As SPWeb
Dim strFileName As String
Dim strProgID As String
Dim returnValue As String
returnValue = SPUtility.MapToControl(web, _
strFileName, strProgID)
public static string MapToControl(
SPWeb web,
string strFileName,
string strProgID
)
Paramètres
web
Type : Microsoft.SharePoint.SPWebObjet SPWeb qui représente le site Web contenant le fichier.
strFileName
Type : System.StringLe nom du nom de fichier.
strProgID
Type : System.StringChaîne qui contient l'ID de programme (ProgID) de l'application qui a été utilisée pour créer le fichier.
Valeur renvoyée
Type : System.String
Renvoie le nom du contrôle.