Share via


IMappedFolder.DeploymentLocation Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the location in SharePoint to which the mapped folder is mapped. This path is relative to the root of SharePoint.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Property DeploymentLocation As String
string DeploymentLocation { get; set; }

Property Value

Type: System.String
A string that represents a path.

Exceptions

Exception Condition
ArgumentException

Occurs if the path is set to an absolute path, contains "..", or has illegal characters.

.NET Framework Security

See Also

Reference

IMappedFolder Interface

Microsoft.VisualStudio.SharePoint Namespace