MetadataWriterSaveApplication Method (String, String) |
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
)
Public Sub SaveApplication (
appKey As String,
path As String
)
Parameters
- appKey
- Type: SystemString
The application key of the application to save. - path
- Type: SystemString
The path for the saved metadata.
See Also