SPUtility.MakeBrowserCacheSafeLayoutsUrl method (String, Boolean, Int32)
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function MakeBrowserCacheSafeLayoutsUrl ( _
name As String, _
localizable As Boolean, _
desiredVersion As Integer _
) As String
'Uso
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
)
Parâmetros
- name
Type: System.String
- localizable
Type: System.Boolean
- desiredVersion
Type: System.Int32
Valor retornado
Type: System.String