Share via


SPSiteHealthRule.GetContentTypesByName method

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

Syntax

'Declaration
Protected Function GetContentTypesByName ( _
    lcid As UInteger _
) As Dictionary(Of String, String)
'Usage
Dim lcid As UInteger
Dim returnValue As Dictionary(Of String, String)

returnValue = Me.GetContentTypesByName(lcid)
protected Dictionary<string, string> GetContentTypesByName(
    uint lcid
)

Parameters

Return value

Type: System.Collections.Generic.Dictionary<String, String>

See also

Reference

SPSiteHealthRule class

SPSiteHealthRule members

Microsoft.SharePoint.Administration.SiteHealth namespace