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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public InfoIdentifier(
	string objectType,
	string codeName
)

Parameters

objectType
Type: SystemString
Object type
codeName
Type: SystemString
Code name
See Also