Click or drag to resize
BaseAbstractInfoProviderUseSource Method

Note: This API is now obsolete.

Sets the provider to use given data as data source

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public void UseSource(
	DataQuerySource source
)

Parameters

source
Type: CMS.DataEngineDataQuerySource
See Also