Click or drag to resize

ManifestAPIDownload Method

Downloads latest manifest of the specified id and overwrites existing if required.

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

Parameters

id
Type: SystemString
Identifier of manifest.
overwrite
Type: SystemBoolean
If set to true overwrite existing manifest.

Return Value

Type: Boolean
return true if manifest is successfuly downloaded, false otherwise
See Also