WebProjectManager Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides methods that manage the packages for the web project.

Inheritance Hierarchy

System.Object
  System.Web.WebPages.Administration.PackageManager.WebProjectManager

Namespace:  System.Web.WebPages.Administration.PackageManager
Assembly:  System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)

Syntax

'Declaration
Public Class WebProjectManager _
    Implements IWebProjectManager
'Usage
Dim instance As WebProjectManager
public class WebProjectManager : IWebProjectManager
public ref class WebProjectManager : IWebProjectManager
type WebProjectManager =  
    class 
        interface IWebProjectManager 
    end
public class WebProjectManager implements IWebProjectManager

The WebProjectManager type exposes the following members.

Constructors

  Name Description
Public method WebProjectManager This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the WebProjectManager class.

Top

Properties

  Name Description
Public property LocalRepository This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the local repository for the web project.
Public property SourceRepository This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the source repository for the web project.

Top

Methods

  Name Description
Public methodStatic member CollapseVersions This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the packages with latest version.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetInstalledPackages This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the installed packages that match the search terms.
Public method GetPackagesWithUpdates This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the packages with updates that match the search terms.
Public method GetRemotePackages This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the remote packages that match the search terms.
Public method GetType (Inherited from Object.)
Public method GetUpdate This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets updates for the specified package.
Public method InstallPackage This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Installs the specified package to the local repository.
Public method IsPackageInstalled This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified package is installed.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method UninstallPackage This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Removes the specified package from the local repository.
Public method UpdatePackage This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Updates the specified package.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.WebPages.Administration.PackageManager Namespace