IMappedFolder.DeploymentLocation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the location in SharePoint to which the mapped folder is mapped. This path is relative to the root of SharePoint.
public:
property System::String ^ DeploymentLocation { System::String ^ get(); void set(System::String ^ value); };
public string DeploymentLocation { get; set; }
member this.DeploymentLocation : string with get, set
Public Property DeploymentLocation As String
Property Value
A string that represents a path.
Exceptions
Occurs if the path is set to an absolute path, contains "..", or has illegal characters.