System.Web.Compilation.BuildManager.GetVirtualPathDependencies Method

Provides a collection of virtual-path dependencies for a specified virtual path.

Syntax

public static ICollection GetVirtualPathDependencies (string virtualPath)

Parameters

virtualPath
The virtual path used to determine the dependencies.

Returns

An ICollection collection of files represented by virtual paths that are caching dependencies for the virtual path.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0