Click or drag to resize
IInfoProviderFakeTInfo, TProviderWithData Method
Fakes the data for the given provider. Resets any previous data and only includes the given source items.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
IInfoProviderFake<TInfo, TProvider> WithData(
	params TInfo[] sourceItems
)

Parameters

sourceItems
Type: TInfo

Return Value

Type: IInfoProviderFakeTInfo, TProvider
See Also