IWebProjectManager Methods

Include Protected Members
Include Inherited Members

The IWebProjectManager type exposes the following members.

Methods

  Name Description
Public method GetInstalledPackages Returns the installed packages where the default set of properties contain the specified search text.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method GetPackagesWithUpdates Returns updates for packages where the default set of properties contain the specified search text.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method GetRemotePackages Returns packages from remote repository where the default set of properties contain the specified search text.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method GetUpdate Gets update for the specified package.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method InstallPackage Adds the specified package references to the project.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method IsPackageInstalled Checks whether the specified package exists in the local repository.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method UninstallPackage Removes the package references from the project.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method UpdatePackage Updates the specified package.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

See Also

Reference

IWebProjectManager Interface

System.Web.WebPages.Administration.PackageManager Namespace