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

Inheritance: WebDavCommand
Afficher le fichier Open project: exodev/jcr-msofficeplugin

Protected Properties

Свойство Type Description
destinationPath String

Méthodes publiques

Méthode Description
MoveCommand ( DavContext context ) : System
execute ( ) : int
setDestinationPath ( String destinationPath ) : void

Method Details

MoveCommand() public méthode

public MoveCommand ( DavContext context ) : System
context exo_jcr.webdav.csclient.Request.DavContext
Résultat System

execute() public méthode

public execute ( ) : int
Résultat int

setDestinationPath() public méthode

public setDestinationPath ( String destinationPath ) : void
destinationPath String
Résultat void

Property Details

destinationPath protected_oe property

protected String destinationPath
Résultat String