PackageVersionSave Method |
Saves the
PackageVersion to the given directory, using the default filename and serialization options.
Namespace:
Demo3D.PackageManager
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic void Save(
string dir
)
Parameters
- dir
- Type: SystemString
The directory to save the PackageVersion to.
See Also