API Reference
Class
FileWorkspaceCopyRequest
Copy request for a local workspace path.
Inheritance
- Object
- FileWorkspaceCopyRequest
Constructors
public FileWorkspaceCopyRequest(String SourcePath, String DestinationPath, Boolean Overwrite) #Copy request for a local workspace path.
Parameters
- SourcePath System.String
- Source file or directory path.
- DestinationPath System.String
- Destination file or directory path.
- Overwrite System.Boolean
- True when existing files may be overwritten.
Methods
public FileWorkspaceCopyRequest <Clone>$() #Returns:
FileWorkspaceCopyRequestpublic Void Deconstruct(out String SourcePath, out String DestinationPath, out Boolean Overwrite) #Returns:
VoidParameters
- SourcePath String
- DestinationPath String
- Overwrite Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String