C-DEngine 5.105

TheBaseEngine..::..AddManifestFiles Method

Adds a list of all required DLLs and other files that need to be present for the plugin to work The Plugin-Store will combine all the files when it creates the installer package

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

Syntax


public void AddManifestFiles(
	List<string> pList
)
Public Sub AddManifestFiles ( _
	pList As List(Of String) _
)
public:
void AddManifestFiles(
	List<String^>^ pList
)

Parameters

pList
Type: List<(Of <(<'String>)>)>