Click or drag to resize
AutomatedTestsWithDataFakeObjectsTInfo Method
Fakes the data for the given info

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public TInfo[] FakeObjects<TInfo>(
	int idFrom,
	int idTo
)
where TInfo : new(), BaseInfo, IInfo

Parameters

idFrom
Type: SystemInt32
Starting object ID
idTo
Type: SystemInt32
Ending object ID

Type Parameters

TInfo

Return Value

Type: TInfo
See Also