Click or drag to resize
ResourceInfoProviderGetResourcesPerSite Method

Note: This API is now obsolete.

Returns dataSet with resources of specified site.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetResources(siteId)")]
public static InfoDataSet<ResourceInfo> GetResourcesPerSite(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of site

Return Value

Type: InfoDataSetResourceInfo
See Also