Click or drag to resize
CustomTableItemTypeInfo Constructor
Constructor.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public CustomTableItemTypeInfo(
	Type providerType,
	string objectType,
	string objectClassName,
	string idColumn,
	string timeStampColumn,
	string guidColumn,
	string codeNameColumn,
	string displayNameColumn,
	string binaryColumn,
	string siteIDColumn,
	string parentIDColumn,
	string parentObjectType
)

Parameters

providerType
Type: SystemType
Provider type
objectType
Type: SystemString
Object type
objectClassName
Type: SystemString
Object class name
idColumn
Type: SystemString
ID column name
timeStampColumn
Type: SystemString
Time stamp column name
guidColumn
Type: SystemString
GUID column name
codeNameColumn
Type: SystemString
Code name column name
displayNameColumn
Type: SystemString
Display name column name
binaryColumn
Type: SystemString
Binary column name
siteIDColumn
Type: SystemString
Site ID column name
parentIDColumn
Type: SystemString
Parent ID column name
parentObjectType
Type: SystemString
Parent object type
See Also