SPUtility.GetShortId - Méthode
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function GetShortId ( _
prefix As String, _
c As Control _
) As String
'Utilisation
Dim prefix As String
Dim c As Control
Dim returnValue As String
returnValue = SPUtility.GetShortId(prefix, _
c)
public static string GetShortId(
string prefix,
Control c
)
Paramètres
- prefix
Type : System.String
- c
Type : System.Web.UI.Control
Valeur renvoyée
Type : System.String