Click or drag to resize
ResourceInfoProviderGetResourcesPerSite Method
Returns dataSet with resources of specified site.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<ResourceInfo> GetResourcesPerSite(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of site

Return Value

Type: InfoDataSetResourceInfo
See Also