AbstractSourceControlTask.

DestinationDirectory Property

Summary

Destination directory for the local sandbox. If destination is not specified then the current directory is used.

Syntax

[TaskAttribute("destination", Required = false)]
public virtual DirectoryInfo DestinationDirectory { get; set; }

Remarks

Root path of the local sandbox.

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
DirectoryInfo Root path of the local sandbox.