Share via


SPSiteHealthRule.GetContentTypesById method

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

Syntax

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

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

Parameters

Return value

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

See also

Reference

SPSiteHealthRule class

SPSiteHealthRule members

Microsoft.SharePoint.Administration.SiteHealth namespace