Interface ITarget
The target for a copy or move operation
Namespace:FubarDev.WebDavServer.Engines
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface ITarget
Properties
| Improve this Doc View SourceDestinationUrl
Gets the destination URL of the target
Declaration
[NotNull]
Uri DestinationUrl { get; }
Property Value
Type | Description |
---|---|
Uri |
Name
Gets the name of the target
Declaration
[NotNull]
string Name { get; }
Property Value
Type | Description |
---|---|
String |