IMappedFolder.DeploymentLocation Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.