Click or drag to resize
ResourceSiteInfoProviderGetResourceSiteInfoInternal Method

Note: This API is now obsolete.

Returns the ResourceSiteInfo structure for the specified resourceSite.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Get(int, int) instead.")]
protected virtual ResourceSiteInfo GetResourceSiteInfoInternal(
	int resourceId,
	int siteId
)

Parameters

resourceId
Type: SystemInt32
ResourceID
siteId
Type: SystemInt32
SiteID

Return Value

Type: ResourceSiteInfo
See Also