IPackagesSourceFile Interface

Provides methods for reading and writing web packages.

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

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

Syntax

'Declaration
Public Interface IPackagesSourceFile
'Usage
Dim instance As IPackagesSourceFile
public interface IPackagesSourceFile
public interface class IPackagesSourceFile
type IPackagesSourceFile =  interface end
public interface IPackagesSourceFile

The IPackagesSourceFile type exposes the following members.

Methods

  Name Description
Public method Exists Determines whether the source file exists.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method ReadSources Reads the contents of the package source file.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method WriteSources Writes the specified contents to the package source file.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

See Also

Reference

System.Web.WebPages.Administration.PackageManager Namespace