Click or drag to resize
CultureSiteInfoProviderIsAnyDocument 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#
public static bool IsAnyDocument(
	string siteName,
	string cultureCode
)

Parameters

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

Return Value

Type: Boolean
See Also