Share via


SPTransformUtilities.GetCacheType method

NOTE: This API is now obsolete.

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public Shared Function GetCacheType ( _
    userAgent As String _
) As SPTransformCacheType
'Usage
Dim userAgent As String
Dim returnValue As SPTransformCacheType

returnValue = SPTransformUtilities.GetCacheType(userAgent)
[ObsoleteAttribute("This member is obsolete.", false)]
public static SPTransformCacheType GetCacheType(
    string userAgent
)

Parameters

Return value

Type: Microsoft.SharePoint.SPTransformCacheType

See also

Reference

SPTransformUtilities class

SPTransformUtilities members

Microsoft.SharePoint namespace