Click or drag to resize

SystemField Constructor (String, String, Types, String)

Initializes a new instance of the SystemField class

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

Parameters

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