Click or drag to resize
IModuleUsageDataSourceContainerGetDataSources Method
Get all registered module usage data sources.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
IEnumerable<IModuleUsageDataSource> GetDataSources()

Return Value

Type: IEnumerableIModuleUsageDataSource
See Also