Click or drag to resize
CultureSiteInfoProviderGetCultureSiteInfo Method

Note: This API is now obsolete.

Returns the CultureSiteInfo structure for the specified cultureSite.

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

Parameters

cultureId
Type: SystemInt32
CultureID
siteId
Type: SystemInt32
SiteID

Return Value

Type: CultureSiteInfo
See Also