Click or drag to resize

MetadataWriterSaveApplication Method (String, String, Boolean, Boolean, Boolean)

Saves all modules and the application metadata for the specified application key

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void SaveApplication(
	string appKey,
	string path,
	bool saveWriteableOnly,
	bool saveChanged,
	bool useThreadPool = false
)

Parameters

appKey
Type: SystemString
The application
path
Type: SystemString
The path for the saved metadata
saveWriteableOnly
Type: SystemBoolean
If true, only writeable files are saved.
saveChanged
Type: SystemBoolean
Save only modules marked as changed.
useThreadPool (Optional)
Type: SystemBoolean
Use the threadpool to save.
See Also