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

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
public TInfo FakeObject<TInfo>(
	int id
)
where TInfo : new(), BaseInfo, IInfo

Parameters

id
Type: SystemInt32
ID of the fake object

Type Parameters

TInfo

Return Value

Type: TInfo
See Also