API Reference
Class
FileWorkspaceCopyResult
Result returned by local workspace copy operations.
Inheritance
- Object
- FileWorkspaceCopyResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method FileWorkspaceCopyResult.<Clone>$
- Method LocalFileWorkspace.Copy
Constructors
public FileWorkspaceCopyResult(Boolean Succeeded, String Message) #Result returned by local workspace copy operations.
Parameters
- Succeeded System.Boolean
- True when the copy operation succeeded.
- Message System.String
- Human-readable copy result detail.
Methods
public FileWorkspaceCopyResult <Clone>$() #Returns:
FileWorkspaceCopyResultpublic Void Deconstruct(out Boolean Succeeded, out String Message) #Returns:
VoidParameters
- Succeeded Boolean
- Message String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String