C# Class exo_jcr.webdav.csclient.Commands.CopyCommand

Inheritance: WebDavCommand
Mostrar archivo Open project: exodev/jcr-msofficeplugin

Protected Properties

Property Type Description
destinationPath String

Public Methods

Method Description
CopyCommand ( DavContext context ) : System
execute ( ) : int
setDestinationPath ( String destinationPath ) : void

Method Details

CopyCommand() public method

public CopyCommand ( DavContext context ) : System
context exo_jcr.webdav.csclient.Request.DavContext
return System

execute() public method

public execute ( ) : int
return int

setDestinationPath() public method

public setDestinationPath ( String destinationPath ) : void
destinationPath String
return void

Property Details

destinationPath protected_oe property

protected String destinationPath
return String