Click or drag to resize

CustomField Constructor

Initializes a new instance of the CustomField class

Namespace:  Dynamicweb.Security.UserManagement.Common.CustomFields
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public CustomField(
	string systemName,
	string tableName,
	Types type
)

Parameters

systemName
Type: SystemString
tableName
Type: SystemString
type
Type: Dynamicweb.Security.UserManagement.Common.CustomFieldsTypes
See Also