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

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

Parameters

siteId
Type: System.Int32
Site ID

Return Value

Type: ObjectQuery<ResourceInfo>
See Also