SPUtility.MakeBrowserCacheSafeLayoutsUrl method (String, Boolean, Int32)
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function MakeBrowserCacheSafeLayoutsUrl ( _
name As String, _
localizable As Boolean, _
desiredVersion As Integer _
) As String
'Usage
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
)
Parameters
- name
Type: System.String
- localizable
Type: System.Boolean
- desiredVersion
Type: System.Int32
Return value
Type: System.String