Click or drag to resize
CultureSiteInfoProviderGetCultureSites Method

Note: This API is now obsolete.

Returns all bindings between cultures and sites.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ICultureSiteInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - CultureSiteInfo.Provider.")]
public static ObjectQuery<CultureSiteInfo> GetCultureSites()

Return Value

Type: ObjectQueryCultureSiteInfo
See Also