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

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

Protected Properties

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

Méthodes publiques

Méthode Description
UnLockCommand ( DavContext context ) : System
execute ( ) : int
setLockToken ( String lockToken ) : void

Method Details

UnLockCommand() public méthode

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

execute() public méthode

public execute ( ) : int
Résultat int

setLockToken() public méthode

public setLockToken ( String lockToken ) : void
lockToken String
Résultat void

Property Details

lockToken protected_oe property

protected String lockToken
Résultat String