IPackageManagerUninstall Method |
Uninstalls the package with the specified name.
Namespace: Demo3D.PackageManagerAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
SyntaxTask Uninstall(
string name
)
Parameters
- name String
- The name of the package to uninstall.
Return Value
Task[Missing <returns> documentation for "M:Demo3D.PackageManager.IPackageManager.Uninstall(System.String)"]
See Also