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: 8.2.23
Syntax
C#
IEnumerable<IModuleUsageDataSource> GetDataSources()

Return Value

Type: IEnumerableIModuleUsageDataSource
See Also