Click or drag to resize
RegisterCustomTableAttribute Constructor
Constructor

Namespace: CMS
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 13.0.131
Syntax
C#
public RegisterCustomTableAttribute(
	string className,
	Type type
)

Parameters

className
Type: SystemString
Class name
type
Type: SystemType
Custom table item implementation type
See Also