MetadataWriterSaveApplication Method (String, String, 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
)
Public Sub SaveApplication (
appKey As String,
path As String,
saveWriteableOnly As Boolean
)
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.
See Also