Share via


DeploymentObjectResolver.GetStreamRelativeFilePath(DeploymentObject) Method

Definition

Gets the file path relative to the stream for a given DeploymentObject instance.

public:
 virtual System::String ^ GetStreamRelativeFilePath(Microsoft::Web::Deployment::DeploymentObject ^ deploymentObject);
public virtual string GetStreamRelativeFilePath (Microsoft.Web.Deployment.DeploymentObject deploymentObject);
abstract member GetStreamRelativeFilePath : Microsoft.Web.Deployment.DeploymentObject -> string
override this.GetStreamRelativeFilePath : Microsoft.Web.Deployment.DeploymentObject -> string

Parameters

deploymentObject
DeploymentObject

A DeploymentObject instance to use to resolve the file path relative to the stream.

Returns

A string that contains the file path.

Applies to