C-DEngine 5.105

TheISMManager..::..CreatePluginPackage Method

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

Syntax


public string CreatePluginPackage(
	ThePluginInfo tInfo,
	TheServicesMarketPlace tPlace,
	string outputDirectory,
	bool bForce,
	out string packageFilePath
)
Public Function CreatePluginPackage ( _
	tInfo As ThePluginInfo, _
	tPlace As TheServicesMarketPlace, _
	outputDirectory As String, _
	bForce As Boolean, _
	<OutAttribute> ByRef packageFilePath As String _
) As String
public:
String^ CreatePluginPackage(
	ThePluginInfo^ tInfo, 
	TheServicesMarketPlace^ tPlace, 
	String^ outputDirectory, 
	bool^ bForce, 
	[OutAttribute] String^% packageFilePath
)

Parameters

tInfo
Type: nsCDEngine.ViewModels..::..ThePluginInfo
tPlace
Type: nsCDEngine.PluginManagement..::..TheServicesMarketPlace
outputDirectory
Type: String
bForce
Type: Boolean
packageFilePath
Type: String%