CultureSiteInfoProviderGetCultureSiteInfoInternal Method |
Note: This API is now obsolete.
Returns the CultureSiteInfo structure for the specified cultureSite.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Use Get(int, int) instead.")]
protected virtual CultureSiteInfo GetCultureSiteInfoInternal(
int cultureId,
int siteId
)
Parameters
- cultureId
- Type: SystemInt32
CultureID - siteId
- Type: SystemInt32
SiteID
Return Value
Type:
CultureSiteInfoSee Also