Click or drag to resize
AbstractInfoProviderTInfo, TProviderCreateInfo Method (Int32)
Creates an instance of info object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual TInfo CreateInfo(
	int objectId
)

Parameters

objectId
Type: SystemInt32
ID of the object to create

Return Value

Type: TInfo
See Also