Click or drag to resize
CultureSiteInfoProviderIsAnyDocumentInternal Method
Returns true if exist any document with selected culture on site.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
protected virtual bool IsAnyDocumentInternal(
	string siteName,
	string cultureCode
)

Parameters

siteName
Type: SystemString
Site name
cultureCode
Type: SystemString
Culture code

Return Value

Type: Boolean
See Also