| AutomatedTestsWithDataFakeObjectsTInfo Method  | 
            Fakes the data for the given info
            
 
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntaxpublic 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