Share via


IDeployableFile.DeploymentRoot Property

Definition

Gets the base path where SharePoint will store the file.

public string DeploymentRoot { get; }

Property Value

A string value representing a file path.

Remarks

This value uses the following tokens:

Token Name Description
{SharePointRoot} The root of the SharePoint hive.
{FeatureName} The name of the feature in which the ProjectItem is included.
{ClassResourcePath} The class resource path on SharePoint. This value depends on whether the assembly is deployed to the Global Assembly Cache (GAC) or to a Web application.

Applies to