Click or drag to resize
ResourceSiteInfoProviderIsResourceOnSiteInternal Method
Returns if the resource is available for specified site.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
protected virtual bool IsResourceOnSiteInternal(
	string resourceName,
	string siteName
)

Parameters

resourceName
Type: SystemString
Name of the resource
siteName
Type: SystemString
Name of the site

Return Value

Type: Boolean
See Also