Click or drag to resize

ScriptAuthor Constructor

Creates a new instance of ScriptAuthor.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public ScriptAuthor(
	string name,
	string company,
	string email
)

Parameters

name
Type: SystemString
The name of the script author.
company
Type: SystemString
The related company name for the script.
email
Type: SystemString
The e-mail address for the script author.
See Also