Click or drag to resize
RegisterCustomClassAttribute Constructor
Constructor

Namespace: CMS
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public RegisterCustomClassAttribute(
	string className,
	Type type
)

Parameters

className
Type: SystemString
Class name
type
Type: SystemType
Object type
See Also