Click or drag to resize
InfoIdentifier Constructor (String, Int32)
Creates a new info object identifier using the object type and ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public InfoIdentifier(
	string objectType,
	int objectId
)

Parameters

objectType
Type: SystemString
Object type
objectId
Type: SystemInt32
Object ID
See Also