IMappedFolder.DeploymentLocation Property

Definition

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.

Applies to