CultureSiteInfoProviderIsAnyDocumentInternal Method |
Returns true if exist any document with selected culture on site.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 8.2.23
Syntax protected virtual bool IsAnyDocumentInternal(
string siteName,
string cultureCode
)
Parameters
- siteName
- Type: SystemString
Site name - cultureCode
- Type: SystemString
Culture code
Return Value
Type:
BooleanSee Also