Click or drag to resize
IResourceSiteInfoProviderGet Method (Int32, Int32)
Gets an instance of the ResourceSiteInfo binding structure.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
ResourceSiteInfo Get(
	int resourceId,
	int siteId
)

Parameters

resourceId
Type: SystemInt32
Module ID.
siteId
Type: SystemInt32
Site ID.

Return Value

Type: ResourceSiteInfo
Returns an instance of ResourceSiteInfo corresponding to given identifiers or null.
See Also