Click or drag to resize
RegisterModuleUsageDataSourceAttribute Constructor
Registers class to be a source of a module statistical data.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public RegisterModuleUsageDataSourceAttribute(
	Type moduleDataProviderType
)

Parameters

moduleDataProviderType
Type: SystemType
Type of registered provider.
Exceptions
ExceptionCondition
ArgumentExceptionSome of given attributes is invalid.
ArgumentNullExceptionSome of given attributes is null.
See Also