ScriptAuthor Constructor | |
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax 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