InfoIdentifier Constructor (String, Int32) |
Creates a new info object identifier using the object type and ID.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public InfoIdentifier(
string objectType,
int objectId
)
Parameters
- objectType
- Type: SystemString
Object type - objectId
- Type: SystemInt32
Object ID
See Also