Share via


DeploymentManifestObjectProviderContext.GetFileSystemContext(String) Method

Definition

Gets the DeploymentManifestFileSystemContext associated with the current object.

public:
 Microsoft::Web::Deployment::DeploymentManifestFileSystemContext ^ GetFileSystemContext(System::String ^ path);
public Microsoft.Web.Deployment.DeploymentManifestFileSystemContext GetFileSystemContext (string path);
member this.GetFileSystemContext : string -> Microsoft.Web.Deployment.DeploymentManifestFileSystemContext
Public Function GetFileSystemContext (path As String) As DeploymentManifestFileSystemContext

Parameters

path
String

The path to which file system context pertains.

Returns

A DeploymentManifestFileSystemContext instance.

Applies to