Method | Description | |
---|---|---|
Add_Author ( string Name, string Email ) : void |
Adds information about an author of this plug-in
|
|
ShouldSerializeAuthors ( ) : bool |
Method suppresses XML Serialization of the Authors property if it is empty
|
|
ShouldSerializeDescription ( ) : bool |
Method suppresses XML Serialization of the Description property if it is empty
|
|
ShouldSerializePermissions ( ) : bool |
Method suppresses XML Serialization of the Permissions property if it is empty
|
public Add_Author ( string Name, string Email ) : void | ||
Name | string | Name of this author of the plug-in |
string | Email address, if provided, for this author | |
return | void |