webdav.client
Version:
WebDAV ajax library for opening documents from a web page and managing WebDAV servers.
1 lines • 132 kB
JSON
{"list":[{"title":"ITHit.Environment","link":"<a href=\"ITHit.Environment.html\">Environment</a>","description":"Detects environment in which JavaScript is running, such as operating system and web browser."},{"title":"ITHit.Logger","link":"<a href=\"ITHit.Logger.html\">Logger</a>","description":"Provides static methods for logging."},{"title":"ITHit.Logger.AddListener","link":"<a href=\"ITHit.Logger.html#.AddListener\">AddListener</a>","description":"Adds log listener."},{"title":"ITHit.Logger.RemoveListener","link":"<a href=\"ITHit.Logger.html#.RemoveListener\">RemoveListener</a>","description":"Removes log listener."},{"title":"ITHit.Logger.WriteMessage","link":"<a href=\"ITHit.Logger.html#.WriteMessage\">WriteMessage</a>","description":"Writs a message to log with a specified log level. Default log level is {@link ITHit.LogLevel#Info}"},{"title":"ITHit.LogLevel","link":"<a href=\"ITHit.LogLevel.html\">LogLevel</a>","description":"Type of information being logged."},{"title":"ITHit.WebDAV.Client.AsyncResult","link":"<a href=\"ITHit.WebDAV.Client.AsyncResult.html\">AsyncResult</a>","description":"Instance of this class is passed to callback function. It provides information about success or failure of\rthe operation as well as you will use it to get the results of the asynchronous call."},{"title":"ITHit.WebDAV.Client.AsyncResult#Error","link":"<a href=\"ITHit.WebDAV.Client.AsyncResult.html#Error\">Error</a>","description":"Error (Exception) object. Describes the type of error that occurred. Null if request was successful."},{"title":"ITHit.WebDAV.Client.AsyncResult#IsSuccess","link":"<a href=\"ITHit.WebDAV.Client.AsyncResult.html#IsSuccess\">IsSuccess</a>","description":"Flag of either async request result was successful or not."},{"title":"ITHit.WebDAV.Client.AsyncResult#Result","link":"<a href=\"ITHit.WebDAV.Client.AsyncResult.html#Result\">Result</a>","description":"Result value. Can be any type, each method may put there appropriate object which before was returned directly.\rNull if request was unsuccessful."},{"title":"ITHit.WebDAV.Client.AsyncResult#Status","link":"<a href=\"ITHit.WebDAV.Client.AsyncResult.html#Status\">Status</a>","description":"Status of HTTP response retrieved either from Result or Error objects"},{"title":"ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync","link":"<a href=\"ITHit.WebDAV.Client.BrowserExtension.html#.GetDavProtocolAppVersionAsync\">GetDavProtocolAppVersionAsync</a>","description":"This function get protocol version asynchronously\rIf browser extension does not fill data in <code>'_Timeout'</code> time, or error occurred <<code>'successCallback'</code> called with null."},{"title":"ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync","link":"<a href=\"ITHit.WebDAV.Client.BrowserExtension.html#.IsProtocolAvailableAsync\">IsProtocolAvailableAsync</a>","description":"This function check if Office URI Scheme installed for file extension.\rIf browser extension does not fill data in <code>'_Timeout'</code>, or error occurred <code>'successCallback'</code> called with false."},{"title":"ITHit.WebDAV.Client.BrowserExtension~IsProtocolAvailableAsyncCallback","link":"<a href=\"ITHit.WebDAV.Client.BrowserExtension.html#~IsProtocolAvailableAsyncCallback\">IsProtocolAvailableAsyncCallback</a>","description":"Callback function to be called when protocol support checked."},{"title":"ITHit.WebDAV.Client.CancellableResult#Error","link":"<a href=\"ITHit.WebDAV.Client.CancellableResult.html#Error\">Error</a>","description":"Error (Exception) object. Describes the type of error that occurred. Null if request was successful."},{"title":"ITHit.WebDAV.Client.CancellableResult#IsSuccess","link":"<a href=\"ITHit.WebDAV.Client.CancellableResult.html#IsSuccess\">IsSuccess</a>","description":"Flag of either async request result was successful or not."},{"title":"ITHit.WebDAV.Client.CancellableResult#Result","link":"<a href=\"ITHit.WebDAV.Client.CancellableResult.html#Result\">Result</a>","description":"Result value. Can be any type, each method may put there appropriate object which before was returned directly.\rNull if request was unsuccessful."},{"title":"ITHit.WebDAV.Client.CancellableResult#Status","link":"<a href=\"ITHit.WebDAV.Client.CancellableResult.html#Status\">Status</a>","description":"Status of HTTP response retrieved either from Result or Error objects"},{"title":"ITHit.WebDAV.Client.DocManager","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html\">DocManager</a>","description":"This class provides methods for opening documents for editing directly from server and saving back to server\rwithout download and upload steps. This includes editing Microsoft Office documents as well as any other file\rtypes and works on Windows, Mac OS X and Linux."},{"title":"ITHit.WebDAV.Client.DocManager.DavProtocolEditDocument","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.DavProtocolEditDocument\">DavProtocolEditDocument</a>","description":"<p>Opens document for editing or printing using davX: protocol and prompts to install the protocol it if not found.</p>\r<i class=\"optional\">The following functionality is supported in v3 Beta and later only:</i>\r<p>\rThis function supports both challenge-response authentication (Basic, Digest, NTLM, Kerberos) and cookies authentication.\rIf <code>'None'</code> is specified in the <code>sSearchIn</code> parameter the challenge-response authentication is used, otherwise cookies authentication is used.\r</p>"},{"title":"ITHit.WebDAV.Client.DocManager.DavProtocolOpenFolderInOsFileManager","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.DavProtocolOpenFolderInOsFileManager\">DavProtocolOpenFolderInOsFileManager</a>","description":"<p>Opens folder in OS file manager using davX: protocol and prompts to install the protocol it if not found.</p>\r<i class=\"optional\">The following functionality is supported in v3 Beta and later only:</i>\r<p>\rThis function supports both challenge-response authentication (Basic, Digest, NTLM, Kerberos) and cookies authentication.\rIf <code>'None'</code> is specified in the <code>sSearchIn</code> parameter the challenge-response authentication is used, otherwise cookies authentication is used.\r</p>"},{"title":"ITHit.WebDAV.Client.DocManager.EditDocument","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.EditDocument\">EditDocument</a>","description":"<p>Opens document for editing. In case of Microsoft Office documents, it will try to use Microsoft Office protocols first.\rIf Microsoft Office protocols are not found it will use davX: protocol and prompt to install it if not found.</p>\r<p>This function supports only challenge-response authentication (Basic, Digest, NTLM, Kerberos).\rYou can also use it to open MS Office documents from servers with MS-OFBA authentication.</p>\r<p>This function does <b>NOT</b> support cookies authentication. If your server is using cookies authentication use the <code>DavProtocolEditDocument()</code> function instead.</p>"},{"title":"ITHit.WebDAV.Client.DocManager.GetProtocolInstallFileNames","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.GetProtocolInstallFileNames\">GetProtocolInstallFileNames</a>","description":"Gets file names of the protocol installer depending on OS."},{"title":"ITHit.WebDAV.Client.DocManager.GetProtocolInstallUri","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.GetProtocolInstallUri\">GetProtocolInstallUri</a>","description":"Gets Uri of the protocol installer depending on OS."},{"title":"ITHit.WebDAV.Client.DocManager.GSuiteEditDocument","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.GSuiteEditDocument\">GSuiteEditDocument</a>","description":"<p>Edit MS Office document with G Suite Online Editor.</p>"},{"title":"ITHit.WebDAV.Client.DocManager.GSuitePreviewDocument","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.GSuitePreviewDocument\">GSuitePreviewDocument</a>","description":"<p>Preview MS Office document with G Suite Online Tool.</p>"},{"title":"ITHit.WebDAV.Client.DocManager.IsDavProtocolSupported","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.IsDavProtocolSupported\">IsDavProtocolSupported</a>","description":"Returns true if protocol application installer is supported for the OS on which this function is called, false - otherwise."},{"title":"ITHit.WebDAV.Client.DocManager.IsGSuiteDocument","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.IsGSuiteDocument\">IsGSuiteDocument</a>","description":"Extracts extension and returns true if the document can be edited in G Suite editor or document preview generated via G Suite."},{"title":"ITHit.WebDAV.Client.DocManager.IsMicrosoftOfficeDocument","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.IsMicrosoftOfficeDocument\">IsMicrosoftOfficeDocument</a>","description":"Extracts extension and returns true if URL points to Microsoft Office Document."},{"title":"ITHit.WebDAV.Client.DocManager.MicrosoftOfficeEditDocument","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.MicrosoftOfficeEditDocument\">MicrosoftOfficeEditDocument</a>","description":"Opens Microsoft Office document using protocol. This method does not offer protocol installation if protocol is not found. Microsoft Office must be installed on a client machine."},{"title":"ITHit.WebDAV.Client.DocManager.MsOfficeEditExtensions","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.MsOfficeEditExtensions\">MsOfficeEditExtensions</a>","description":"Collection of extensions of files which are opened with Microsoft Office."},{"title":"ITHit.WebDAV.Client.DocManager.OpenFolderInOsFileManager","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.OpenFolderInOsFileManager\">OpenFolderInOsFileManager</a>","description":"<p>Mounts folder in file system and opens it in default OS file manger. Requests protocol installation if folder opening protocol is not installed.</p>\r<i class=\"optional\">The following functionality is supported in v3 Beta and later only:</i>\r<p>\rThis function supports both challenge-response authentication (Basic, Digest, NTLM, Kerberos) and cookies authentication.\rIf <code>'None'</code> is specified in the <code>sSearchIn</code> parameter the challenge-response authentication is used, otherwise cookies authentication is used.\r</p>"},{"title":"ITHit.WebDAV.Client.DocManager.ProtocolName","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.ProtocolName\">ProtocolName</a>","description":"WebDAV protocol name."},{"title":"ITHit.WebDAV.Client.DocManager.ProtocolTimeoutMs","link":"<a href=\"ITHit.WebDAV.Client.DocManager.html#.ProtocolTimeoutMs\">ProtocolTimeoutMs</a>","description":"Timeout in milliseconds to call error callback if application associated with the extension did not start.\rDefault is 3000ms.\rUsed in Chrome / Internet Explorer / Safari if protocol application is not installed AND web browser protocol warning dialog is disabled AND EditDocument() / MicrosoftOfficeEditDocument() function is called (in case of Basic/Digest/Anonymous authentication).\rNOT used in Firefox / Edge OR if DavProtocolEditDocument() is called OR if web browser protocol warning dialog is enabled."},{"title":"ITHit.WebDAV.Client.Error","link":"<a href=\"ITHit.WebDAV.Client.Error.html\">Error</a>","description":"Represents information about errors occurred in different elements."},{"title":"ITHit.WebDAV.Client.Error#Description","link":"<a href=\"ITHit.WebDAV.Client.Error.html#Description\">Description</a>","description":"Gets the generic description, if available."},{"title":"ITHit.WebDAV.Client.Error#Responses","link":"<a href=\"ITHit.WebDAV.Client.Error.html#Responses\">Responses</a>","description":"Array of the errors returned by server."},{"title":"ITHit.WebDAV.Client.Exceptions.BadRequestException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.BadRequestException.html\">BadRequestException</a>","description":"The request could not be understood by the server due to malformed syntax.\rInitializes a new instance of the BadRequestException class with a specified error message, a reference to the\rinner exception that is the cause of this exception, href of the item and multistatus response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.BadRequestException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.BadRequestException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.BadRequestException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.BadRequestException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.BadRequestException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.BadRequestException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.BadRequestException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.BadRequestException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.ConflictException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.ConflictException.html\">ConflictException</a>","description":"The request could not be carried because of conflict on server.\rInitializes a new instance of the ConflictException class with a specified error message, a reference\rto the inner exception that is the cause of this exception, href of the item and multistatus response\rcaused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.ConflictException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.ConflictException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.ConflictException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.ConflictException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.ConflictException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.ConflictException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.ConflictException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.ConflictException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.DependencyFailedException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html\">DependencyFailedException</a>","description":"The method could not be performed on the resource because the requested action depended on another action\rand that action failed. Initializes a new instance of the DependencyFailedException class with a specified\rerror message, a reference to the inner exception that is the cause of this exception, href of the item\rand multistatus response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.DependencyFailedException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.DependencyFailedException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.DependencyFailedException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.DependencyFailedException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.ForbiddenException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.ForbiddenException.html\">ForbiddenException</a>","description":"The server refused to fulfill the request. Initializes a new instance of the ForbiddenException class with\ra specified error message, a reference to the inner exception that is the cause of this exception, href of\rthe item and multistatus response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.ForbiddenException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.ForbiddenException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.ForbiddenException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.ForbiddenException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.ForbiddenException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.ForbiddenException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.ForbiddenException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.ForbiddenException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.Info.Error#Responses","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.Info.Error.html#Responses\">Responses</a>","description":"Array of the errors returned by server."},{"title":"ITHit.WebDAV.Client.Exceptions.InsufficientStorageException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html\">InsufficientStorageException</a>","description":"Insufficient storage exception. Initializes a new instance of the InsufficientStorageException class with\ra specified error message, a reference to the inner exception that is the cause of this exception, href of\rthe item and error response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.InsufficientStorageException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.InsufficientStorageException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.InsufficientStorageException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.InsufficientStorageException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.IntegrationException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.IntegrationException.html\">IntegrationException</a>","description":"Base exception for all exceptions thrown by browser extension integration.\rInitializes a new instance of the IntegrationException class with a specified error message."},{"title":"ITHit.WebDAV.Client.Exceptions.LockedException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.LockedException.html\">LockedException</a>","description":"The item is locked. Initializes a new instance of the LockedException class with a specified error message,\ra reference to the inner exception that is the cause of this exception, href of the item and multistatus\rresponse caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.LockedException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.LockedException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.LockedException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.LockedException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.LockedException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.LockedException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.LockedException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.LockedException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html\">MethodNotAllowedException</a>","description":"The method is not allowed. Initializes a new instance of the MethodNotAllowedException class with a specified\rerror message, a reference to the inner exception that is the cause of this exception, href of the item and\rmultistatus response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException.html\">NotFoundEventNameException</a>","description":"The object doesn't provide event. Initializes a new instance of the NotFoundEventNameException class with a specified\rerror message and a reference to the inner exception that is the cause of this exception"},{"title":"ITHit.WebDAV.Client.Exceptions.NotFoundException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.NotFoundException.html\">NotFoundException</a>","description":"The item doesn't exist on the server. Initializes a new instance of the NotFoundException class with a specified\rerror message, a reference to the inner exception that is the cause of this exception, href of the item and\rmultistatus response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.NotFoundException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.NotFoundException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.NotFoundException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.NotFoundException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.NotFoundException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.NotFoundException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.NotFoundException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.NotFoundException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.NotImplementedException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.NotImplementedException.html\">NotImplementedException</a>","description":"The method is not implemented. Initializes a new instance of the NotImplementedException class with a specified\rerror message, a reference to the inner exception that is the cause of this exception, href of the item and\rmultistatus response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.NotImplementedException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.NotImplementedException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.NotImplementedException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.NotImplementedException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.NotImplementedException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.NotImplementedException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.NotImplementedException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.NotImplementedException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.PreconditionFailedException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html\">PreconditionFailedException</a>","description":"Precondition failed. Initializes a new instance of the PreconditionFailedException class with a specified error\rmessage, a reference to the inner exception that is the cause of this exception, href of the item and multistatus\rresponse with error details."},{"title":"ITHit.WebDAV.Client.Exceptions.PreconditionFailedException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.PreconditionFailedException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.PreconditionFailedException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.PreconditionFailedException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyConflictException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html\">PropertyConflictException</a>","description":"Thrown when server responded with Property Conflict http response. Initializes a new instance of the\rPropertyConflictException class with a specified error message, a reference to the inner exception that\ris the cause of this exception, href of the item and multistatus response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyConflictException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyConflictException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyConflictException#PropertyName","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html#PropertyName\">PropertyName</a>","description":"Name of the property processing of which caused the exception."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyConflictException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyConflictException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyException.html\">PropertyException</a>","description":"Is raised whenever property processing was unsuccessfull. Initializes a new instance of the PropertyException\rclass with a specified error message, a reference to the inner exception that is the cause of this exception,\rhref of the item and multistatus response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyException#PropertyName","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyException.html#PropertyName\">PropertyName</a>","description":"Name of the property processing of which caused the exception."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html\">PropertyForbiddenException</a>","description":"Thrown when server responded with Property forbidden http response. Initializes a new instance of the\rPropertyForbiddenException class with a specified error message, a reference to the inner exception\rthat is the cause of this exception, href of the item and multistatus response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException#PropertyName","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html#PropertyName\">PropertyName</a>","description":"Name of the property processing of which caused the exception."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html\">PropertyNotFoundException</a>","description":"Thrown when server responded with Property Not Found http response. Initializes a new instance of the\rPropertyNotFoundException class with a specified error message, a reference to the inner exception that\ris the cause of this exception, href of the item and multistatus response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException#PropertyName","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html#PropertyName\">PropertyName</a>","description":"Name of the property processing of which caused the exception."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html\">QuotaNotExceededException</a>","description":"Quota not exceeded exception. Initializes a new instance of the QuotaNotExceededException class with a\rspecified error message, a reference to the inner exception that is the cause of this exception, href of\rthe item and error response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html\">SufficientDiskSpaceException</a>","description":"Sufficient disk space exception. Initializes a new instance of the SufficientDiskSpaceException class with\ra specified error message, a reference to the inner exception that is the cause of this exception, href of\rthe item and error response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.UnauthorizedException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html\">UnauthorizedException</a>","description":"Incorrect credentials provided or insufficient permissions to access the requested item. Initializes a new instance\rof the UnauthorizedException class with a specified error message, a reference to the inner exception that is the\rcause of this exception, href of the item and multistatus response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.UnauthorizedException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.UnauthorizedException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.UnauthorizedException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.UnauthorizedException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.WebDavException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.WebDavException.html\">WebDavException</a>","description":"Base exception for all exceptions thrown by WebDAV client library.\rInitializes a new instance of the WebDavException class with a specified error message."},{"title":"ITHit.WebDAV.Client.Exceptions.WebDavHttpException","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html\">WebDavHttpException</a>","description":"Is thrown whenever and erroneous http response is received. Initializes a new instance of the WebDavHttpException\rclass with a specified error message, a reference to the inner exception that is the cause of this exception,\rhref of the item, multistatus response and status of the response caused the error."},{"title":"ITHit.WebDAV.Client.Exceptions.WebDavHttpException#Error","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html#Error\">Error</a>","description":"Error contains IError with additional info, if error information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.WebDavHttpException#Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html#Multistatus\">Multistatus</a>","description":"Multistatus Contains {@link ITHit.WebDAV.Client.Multistatus} with elements that had errors, if multistatus information was available in response."},{"title":"ITHit.WebDAV.Client.Exceptions.WebDavHttpException#Status","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html#Status\">Status</a>","description":"Http status with wich request failed."},{"title":"ITHit.WebDAV.Client.Exceptions.WebDavHttpException#Uri","link":"<a href=\"ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html#Uri\">Uri</a>","description":"Uri for which request failed."},{"title":"ITHit.WebDAV.Client.Features","link":"<a href=\"ITHit.WebDAV.Client.Features.html\">Features</a>","description":"Represents features supported by WebDAV server."},{"title":"ITHit.WebDAV.Client.Features.CheckoutInPlace","link":"<a href=\"ITHit.WebDAV.Client.Features.html#.CheckoutInPlace\">CheckoutInPlace</a>","description":"Checkout-in-place item support check out, check in and uncheckout operations."},{"title":"ITHit.WebDAV.Client.Features.Class1","link":"<a href=\"ITHit.WebDAV.Client.Features.html#.Class1\">Class1</a>","description":"WebDAV Class 1 compliant item.\rClass 1 items does not support locking."},{"title":"ITHit.WebDAV.Client.Features.Class2","link":"<a href=\"ITHit.WebDAV.Client.Features.html#.Class2\">Class2</a>","description":"WebDAV Class 2 compliant item.\rClass 2 items support locking."},{"title":"ITHit.WebDAV.Client.Features.Class3","link":"<a href=\"ITHit.WebDAV.Client.Features.html#.Class3\">Class3</a>","description":"WebDAV Class 3 compliant item."},{"title":"ITHit.WebDAV.Client.Features.Dasl","link":"<a href=\"ITHit.WebDAV.Client.Features.html#.Dasl\">Dasl</a>","description":"The item supports search."},{"title":"ITHit.WebDAV.Client.Features.GSuite","link":"<a href=\"ITHit.WebDAV.Client.Features.html#.GSuite\">GSuite</a>","description":"The item supports GSuite editing."},{"title":"ITHit.WebDAV.Client.Features.Paging","link":"<a href=\"ITHit.WebDAV.Client.Features.html#.Paging\">Paging</a>","description":"DeltaV version-control compliant item."},{"title":"ITHit.WebDAV.Client.Features.ResumableDownload","link":"<a href=\"ITHit.WebDAV.Client.Features.html#.ResumableDownload\">ResumableDownload</a>","description":"The item supports resumable download."},{"title":"ITHit.WebDAV.Client.Features.ResumableUpload","link":"<a href=\"ITHit.WebDAV.Client.Features.html#.ResumableUpload\">ResumableUpload</a>","description":"The item supports resumable upload."},{"title":"ITHit.WebDAV.Client.Features.Update","link":"<a href=\"ITHit.WebDAV.Client.Features.html#.Update\">Update</a>","description":"DeltaV Update compliant item."},{"title":"ITHit.WebDAV.Client.Features.VersionControl","link":"<a href=\"ITHit.WebDAV.Client.Features.html#.VersionControl\">VersionControl</a>","description":"WevDAV paging compliant item."},{"title":"ITHit.WebDAV.Client.Features.VersionHistory","link":"<a href=\"ITHit.WebDAV.Client.Features.html#.VersionHistory\">VersionHistory</a>","description":"DeltaV Version History compliant item."},{"title":"ITHit.WebDAV.Client.File","link":"<a href=\"ITHit.WebDAV.Client.File.html\">File</a>","description":"Represents a file on a WebDAV server."},{"title":"ITHit.WebDAV.Client.File.GEdit","link":"<a href=\"ITHit.WebDAV.Client.File.html#.GEdit\">GEdit</a>","description":"Locks the item and upload to google drive."},{"title":"ITHit.WebDAV.Client.File.GEditAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#.GEditAsync\">GEditAsync</a>","description":"Locks the item and upload to google drive."},{"title":"ITHit.WebDAV.Client.File.GUnlock","link":"<a href=\"ITHit.WebDAV.Client.File.html#.GUnlock\">GUnlock</a>","description":"Removes the lock and update file."},{"title":"ITHit.WebDAV.Client.File.GUnlockAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#.GUnlockAsync\">GUnlockAsync</a>","description":"Removes the lock and update file."},{"title":"ITHit.WebDAV.Client.File#ActiveLocks","link":"<a href=\"ITHit.WebDAV.Client.File.html#ActiveLocks\">ActiveLocks</a>","description":"List of locks applied to this item."},{"title":"ITHit.WebDAV.Client.File#AvailableBytes","link":"<a href=\"ITHit.WebDAV.Client.File.html#AvailableBytes\">AvailableBytes</a>","description":"Number of bytes available for this user on server. -1 if server does not support Quota."},{"title":"ITHit.WebDAV.Client.File#ContentLength","link":"<a href=\"ITHit.WebDAV.Client.File.html#ContentLength\">ContentLength</a>","description":"Length of the file."},{"title":"ITHit.WebDAV.Client.File#ContentType","link":"<a href=\"ITHit.WebDAV.Client.File.html#ContentType\">ContentType</a>","description":"Content type of the file."},{"title":"ITHit.WebDAV.Client.File#CopyToAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#CopyToAsync\">CopyToAsync</a>","description":"Copies this item to destination folder."},{"title":"ITHit.WebDAV.Client.File#CreationDate","link":"<a href=\"ITHit.WebDAV.Client.File.html#CreationDate\">CreationDate</a>","description":"The date item was created."},{"title":"ITHit.WebDAV.Client.File#DeleteAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#DeleteAsync\">DeleteAsync</a>","description":"Deletes this item."},{"title":"ITHit.WebDAV.Client.File#DisplayName","link":"<a href=\"ITHit.WebDAV.Client.File.html#DisplayName\">DisplayName</a>","description":"User friendly item name."},{"title":"ITHit.WebDAV.Client.File#GetAllPropertiesAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#GetAllPropertiesAsync\">GetAllPropertiesAsync</a>","description":"Retrieves all custom properties exposed by the item."},{"title":"ITHit.WebDAV.Client.File#GetParentAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#GetParentAsync\">GetParentAsync</a>","description":"Retrieves parent hierarchy item of this item."},{"title":"ITHit.WebDAV.Client.File#GetPropertyNamesAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#GetPropertyNamesAsync\">GetPropertyNamesAsync</a>","description":"Returns names of all custom properties exposed by this item."},{"title":"ITHit.WebDAV.Client.File#GetPropertyValuesAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#GetPropertyValuesAsync\">GetPropertyValuesAsync</a>","description":"Retrieves values of specific properties."},{"title":"ITHit.WebDAV.Client.File#GetSourceAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#GetSourceAsync\">GetSourceAsync</a>","description":"Retrieves media type independent links."},{"title":"ITHit.WebDAV.Client.File#GetSupportedFeaturesAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#GetSupportedFeaturesAsync\">GetSupportedFeaturesAsync</a>","description":"Gets features supported by this item, such as WebDAV class support."},{"title":"ITHit.WebDAV.Client.File#GetVersionsAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#GetVersionsAsync\">GetVersionsAsync</a>","description":"Retrieves item versions."},{"title":"ITHit.WebDAV.Client.File#Href","link":"<a href=\"ITHit.WebDAV.Client.File.html#Href\">Href</a>","description":"This item path on the server."},{"title":"ITHit.WebDAV.Client.File#LastModified","link":"<a href=\"ITHit.WebDAV.Client.File.html#LastModified\">LastModified</a>","description":"Most recent modification date."},{"title":"ITHit.WebDAV.Client.File#LockAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#LockAsync\">LockAsync</a>","description":"Locks the item. If the lock was successfully applied, the server will return a lock token. You will pass this\rlock token back to the server when updating and unlocking the item. The actual lock time applied by the server\rmay be different from the one requested by the client."},{"title":"ITHit.WebDAV.Client.File#MoveToAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#MoveToAsync\">MoveToAsync</a>","description":"Moves this item to another location."},{"title":"ITHit.WebDAV.Client.File#Properties","link":"<a href=\"ITHit.WebDAV.Client.File.html#Properties\">Properties</a>","description":"List of item properties."},{"title":"ITHit.WebDAV.Client.File#PutUnderVersionControlAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#PutUnderVersionControlAsync\">PutUnderVersionControlAsync</a>","description":"Enables / disables version control for this file."},{"title":"ITHit.WebDAV.Client.File#ReadContentAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#ReadContentAsync\">ReadContentAsync</a>","description":"Reads file content. To download only a part of a file you can specify 2 parameters in ReadContent call.\rFirst parameter is the starting byte (zero-based) at witch to start content download, the second – amount\rof bytes to be downloaded. The library will add Range header to the request in this case."},{"title":"ITHit.WebDAV.Client.File#RefreshAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#RefreshAsync\">RefreshAsync</a>","description":"Refreshes item loading data from server."},{"title":"ITHit.WebDAV.Client.File#RefreshLockAsync","link":"<a href=\"