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

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

Public Methods

Method Description
WebDavTypedCommand ( DavContext context ) : System
execute ( ) : int
setNodeType ( String nodeType ) : void

Method Details

WebDavTypedCommand() public method

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

execute() public method

public execute ( ) : int
return int

setNodeType() public method

public setNodeType ( String nodeType ) : void
nodeType String
return void