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)
Syntaxpublic void SaveApplication(
string appKey,
string path,
bool saveWriteableOnly,
bool saveChanged,
bool useThreadPool = false
)
Public Sub SaveApplication (
appKey As String,
path As String,
saveWriteableOnly As Boolean,
saveChanged As Boolean,
Optional useThreadPool As Boolean = 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