Click or drag to resize
RegisterObjectTypeAttribute Constructor
Constructor

Namespace: CMS
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public RegisterObjectTypeAttribute(
	Type infoType,
	string objectType
)

Parameters

infoType
Type: SystemType
Info type
objectType
Type: SystemString
Object type
See Also