Click or drag to resize
ICultureSiteInfoProviderGet Method (Int32, Int32)
Gets an instance of the CultureSiteInfo binding structure.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax
C#
CultureSiteInfo Get(
	int cultureId,
	int siteId
)

Parameters

cultureId
Type: SystemInt32
Culture ID.
siteId
Type: SystemInt32
Site ID.

Return Value

Type: CultureSiteInfo
Returns an instance of CultureSiteInfo corresponding to given identifiers or null.
See Also