C# 클래스 exo_jcr.webdav.csclient.Commands.CopyCommand

상속: WebDavCommand
파일 보기 프로젝트 열기: exodev/jcr-msofficeplugin

보호된 프로퍼티들

프로퍼티 타입 설명
destinationPath String

공개 메소드들

메소드 설명
CopyCommand ( DavContext context ) : System
execute ( ) : int
setDestinationPath ( String destinationPath ) : void

메소드 상세

CopyCommand() 공개 메소드

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

execute() 공개 메소드

public execute ( ) : int
리턴 int

setDestinationPath() 공개 메소드

public setDestinationPath ( String destinationPath ) : void
destinationPath String
리턴 void

프로퍼티 상세

destinationPath 보호되어 있는 프로퍼티

protected String destinationPath
리턴 String