Click or drag to resize
IInfoProviderFakeTInfo, TProviderIncludeData Method
Includes the given data to the source items while keeping the existing data intact

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
void IncludeData(
	params TInfo[] sourceItems
)

Parameters

sourceItems
Type: TInfo
Source items to include
See Also