Click or drag to resize
ResourceSiteInfoProviderGetResourceSiteInfoInternal Method
Returns the ResourceSiteInfo structure for the specified resourceSite.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
protected virtual ResourceSiteInfo GetResourceSiteInfoInternal(
	int resourceId,
	int siteId
)

Parameters

resourceId
Type: SystemInt32
ResourceID
siteId
Type: SystemInt32
SiteID

Return Value

Type: ResourceSiteInfo
See Also