Click or drag to resize
CultureSiteInfoProviderGet 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#
public virtual 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.

Implements

ICultureSiteInfoProviderGet(Int32, Int32)
See Also