C-DEngine 5.105

IBaseEngine..::..SetPluginInfo Method

Defines all Plug-in Information for the plugin Store

Namespace:  nsCDEngine.Engines
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


void SetPluginInfo(
	string LongDescription,
	double pPrice,
	string pHomeUrl,
	string pIconUrl,
	string pDeveloper,
	string pDeveloperUrl,
	List<string> pCategories,
	string CopyRights
)
Sub SetPluginInfo ( _
	LongDescription As String, _
	pPrice As Double, _
	pHomeUrl As String, _
	pIconUrl As String, _
	pDeveloper As String, _
	pDeveloperUrl As String, _
	pCategories As List(Of String), _
	CopyRights As String _
)
void SetPluginInfo(
	String^ LongDescription, 
	double^ pPrice, 
	String^ pHomeUrl, 
	String^ pIconUrl, 
	String^ pDeveloper, 
	String^ pDeveloperUrl, 
	List<String^>^ pCategories, 
	String^ CopyRights
)

Parameters

LongDescription
Type: String
pPrice
Type: Double
Retail Price - Default ZERO
pHomeUrl
Type: String
Custom Home Page - default /ServiceID
pIconUrl
Type: String
Custom Icon - default /ServiceID/icon.png
pDeveloper
Type: String
Name of the developer of the plug-in
pDeveloperUrl
Type: String
URL to the developer homepage
pCategories
Type: List<(Of <(<'String>)>)>
Search categories for the plugin
CopyRights
Type: String