InfoIdentifier Constructor (String, String) |
Creates a new info object identifier using the object type and code name.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public InfoIdentifier(
string objectType,
string codeName
)
Parameters
- objectType
- Type: SystemString
Object type - codeName
- Type: SystemString
Code name
See Also