Click or drag to resize
ResourceInfoProviderGetResourcesInternal Method (Int32)
Gets resources for specified site based on the give parameters.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<ResourceInfo> GetResourcesInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryResourceInfo
See Also