Click or drag to resize

ManifestAPIAdd Method

Add manifest of the specified id, with the content and overwrite if needed.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void Add(
	string id,
	string content,
	bool overwrite
)

Parameters

id
Type: SystemString
Identifier.
content
Type: SystemString
Content.
overwrite
Type: SystemBoolean
If set to true overwrite.

Return Value

Type: 
The add.
See Also