SPUtility.MakeBrowserCacheSafeLayoutsUrl - Méthode (String, Boolean, Int32)
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function MakeBrowserCacheSafeLayoutsUrl ( _
name As String, _
localizable As Boolean, _
desiredVersion As Integer _
) As String
'Utilisation
Dim name As String
Dim localizable As Boolean
Dim desiredVersion As Integer
Dim returnValue As String
returnValue = SPUtility.MakeBrowserCacheSafeLayoutsUrl(name, _
localizable, desiredVersion)
public static string MakeBrowserCacheSafeLayoutsUrl(
string name,
bool localizable,
int desiredVersion
)
Paramètres
- name
Type : System.String
- localizable
Type : System.Boolean
- desiredVersion
Type : System.Int32
Valeur renvoyée
Type : System.String