Click or drag to resize
ResourceSiteInfoProviderGetResourceSiteInfo 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 IResourceSiteInfoProvider.Get(int, int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ResourceSiteInfo.Provider.")]
public static ResourceSiteInfo GetResourceSiteInfo(
	int resourceId,
	int siteId
)

Parameters

resourceId
Type: SystemInt32
ResourceID
siteId
Type: SystemInt32
SiteID

Return Value

Type: ResourceSiteInfo
See Also