Click or drag to resize
ResourceInfoProviderGetResources Method (Int32)
Gets resources for specified site.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<ResourceInfo> GetResources(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryResourceInfo
See Also