Show / Hide Table of Contents

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 Source

DestinationUrl

Gets the destination URL of the target

Declaration
[NotNull]
Uri DestinationUrl { get; }
Property Value
Type Description
Uri
| Improve this Doc View Source

Name

Gets the name of the target

Declaration
[NotNull]
string Name { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX