webdav.client 5.21.6001 → 6.0.8733-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"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.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.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.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.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=\"ITHit.WebDAV.Client.File.html#RefreshLockAsync\">RefreshLockAsync</a>","description":"Prolongs the lock."},{"title":"ITHit.WebDAV.Client.File#ResourceType","link":"<a href=\"ITHit.WebDAV.Client.File.html#ResourceType\">ResourceType</a>","description":"Type of the item (File or Folder)."},{"title":"ITHit.WebDAV.Client.File#ResumableUpload","link":"<a href=\"ITHit.WebDAV.Client.File.html#ResumableUpload\">ResumableUpload</a>","description":"ResumableUpload instance to manage partially failed uploads."},{"title":"ITHit.WebDAV.Client.File#Session","link":"<a href=\"ITHit.WebDAV.Client.File.html#Session\">Session</a>","description":"Current WebDAV session."},{"title":"ITHit.WebDAV.Client.File#SupportedLocks","link":"<a href=\"ITHit.WebDAV.Client.File.html#SupportedLocks\">SupportedLocks</a>","description":"Retrieves information about supported locks. Item can support exclusive, shared locks or do not support\rany locks. If you set exclusive lock other users will not be able to set any locks. If you set shared\rlock other users will be able to set shared lock on the item."},{"title":"ITHit.WebDAV.Client.File#UnlockAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#UnlockAsync\">UnlockAsync</a>","description":"Removes the lock."},{"title":"ITHit.WebDAV.Client.File#UpdatePropertiesAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#UpdatePropertiesAsync\">UpdatePropertiesAsync</a>","description":"Updates values of properties exposed by this item."},{"title":"ITHit.WebDAV.Client.File#UpdateToVersionAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#UpdateToVersionAsync\">UpdateToVersionAsync</a>","description":"Update to version."},{"title":"ITHit.WebDAV.Client.File#UsedBytes","link":"<a href=\"ITHit.WebDAV.Client.File.html#UsedBytes\">UsedBytes</a>","description":"Number of bytes used by this user on server. -1 if server does not support Quota."},{"title":"ITHit.WebDAV.Client.File#VersionControlled","link":"<a href=\"ITHit.WebDAV.Client.File.html#VersionControlled\">VersionControlled</a>","description":"Returns true if file is under version control. Otherwise false. To detect if version control could\rbe enabled for this item call GetSupportedFeaturesAsync and check for VersionControl token.\rTo enable version control call PutUnderVersionControlAsync."},{"title":"ITHit.WebDAV.Client.File#WriteContentAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#WriteContentAsync\">WriteContentAsync</a>","description":"Writes file content."},{"title":"ITHit.WebDAV.Client.Folder","link":"<a href=\"ITHit.WebDAV.Client.Folder.html\">Folder</a>","description":"Represents a folder in a WebDAV repository."},{"title":"ITHit.WebDAV.Client.Folder#ActiveLocks","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#ActiveLocks\">ActiveLocks</a>","description":"List of locks applied to this item."},{"title":"ITHit.WebDAV.Client.Folder#AvailableBytes","link":"<a href=\"ITHit.WebDAV.Client.Folder.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.Folder#CopyToAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#CopyToAsync\">CopyToAsync</a>","description":"Copies this item to destination folder."},{"title":"ITHit.WebDAV.Client.Folder#CreateFileAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#CreateFileAsync\">CreateFileAsync</a>","description":"Creates a new file with a specified name as a child of this folder."},{"title":"ITHit.WebDAV.Client.Folder#CreateFolderAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#CreateFolderAsync\">CreateFolderAsync</a>","description":"Creates a new folder with a specified name as child of this folder."},{"title":"ITHit.WebDAV.Client.Folder#CreationDate","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#CreationDate\">CreationDate</a>","description":"The date item was created."},{"title":"ITHit.WebDAV.Client.Folder#DeleteAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#DeleteAsync\">DeleteAsync</a>","description":"Deletes this item."},{"title":"ITHit.WebDAV.Client.Folder#DisplayName","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#DisplayName\">DisplayName</a>","description":"User friendly item name."},{"title":"ITHit.WebDAV.Client.Folder#GetAllPropertiesAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetAllPropertiesAsync\">GetAllPropertiesAsync</a>","description":"Retrieves all custom properties exposed by the item."},{"title":"ITHit.WebDAV.Client.Folder#GetChildrenAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetChildrenAsync\">GetChildrenAsync</a>","description":"This method returns all items contained in the folder, which may be very large. To limit amount of items returned and get only a single results page use [GetPageAsync]{@link ITHit.WebDAV.Client.Folder#GetPageAsync} function instead."},{"title":"ITHit.WebDAV.Client.Folder#GetFileAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetFileAsync\">GetFileAsync</a>","description":"Gets the specified file from server."},{"title":"ITHit.WebDAV.Client.Folder#GetFolderAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetFolderAsync\">GetFolderAsync</a>","description":"Gets the specified folder from server."},{"title":"ITHit.WebDAV.Client.Folder#GetItemAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetItemAsync\">GetItemAsync</a>","description":"Gets the specified item from server."},{"title":"ITHit.WebDAV.Client.Folder#GetPageAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetPageAsync\">GetPageAsync</a>","description":"Gets specified number of children of this folder that correspond to requested offset and sorting. Use GetSupportedFeaturesAsync() function to detect if paging is supported."},{"title":"ITHit.WebDAV.Client.Folder#GetParentAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetParentAsync\">GetParentAsync</a>","description":"Retrieves parent hierarchy item of this item."},{"title":"ITHit.WebDAV.Client.Folder#GetPropertyNamesAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetPropertyNamesAsync\">GetPropertyNamesAsync</a>","description":"Returns names of all custom properties exposed by this item."},{"title":"ITHit.WebDAV.Client.Folder#GetPropertyValuesAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetPropertyValuesAsync\">GetPropertyValuesAsync</a>","description":"Retrieves values of specific properties."},{"title":"ITHit.WebDAV.Client.Folder#GetSearchPageAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetSearchPageAsync\">GetSearchPageAsync</a>","description":"Searches folder by search string. Returns specified number of search result items that correspond to requested offset and sorting. Use GetSupportedFeaturesAsync() function to detect if paging is supported."},{"title":"ITHit.WebDAV.Client.Folder#GetSearchPageByQueryAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetSearchPageByQueryAsync\">GetSearchPageByQueryAsync</a>","description":"Searches folder by query. Returns specified number of search result items that correspond to requested offset and sorting. Use GetSupportedFeaturesAsync() function to detect if paging is supported."},{"title":"ITHit.WebDAV.Client.Folder#GetSourceAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetSourceAsync\">GetSourceAsync</a>","description":"Retrieves media type independent links."},{"title":"ITHit.WebDAV.Client.Folder#GetSupportedFeaturesAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetSupportedFeaturesAsync\">GetSupportedFeaturesAsync</a>","description":"Gets features supported by this item, such as WebDAV class support."},{"title":"ITHit.WebDAV.Client.Folder#Href","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#Href\">Href</a>","description":"This item path on the server."},{"title":"ITHit.WebDAV.Client.Folder#ItemExistsAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#ItemExistsAsync\">ItemExistsAsync</a>","description":"Checks whether specified item exists in the folder."},{"title":"ITHit.WebDAV.Client.Folder#LastModified","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#LastModified\">LastModified</a>","description":"Most recent modification date."},{"title":"ITHit.WebDAV.Client.Folder#LockAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.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.Folder#MoveToAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#MoveToAsync\">MoveToAsync</a>","description":"Moves this item to another location."},{"title":"ITHit.WebDAV.Client.Folder#Properties","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#Properties\">Properties</a>","description":"List of item properties."},{"title":"ITHit.WebDAV.Client.Folder#RefreshAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#RefreshAsync\">RefreshAsync</a>","description":"Refreshes item loading data from server."},{"title":"ITHit.WebDAV.Client.Folder#RefreshLockAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#RefreshLockAsync\">RefreshLockAsync</a>","description":"Prolongs the lock."},{"title":"ITHit.WebDAV.Client.Folder#ResourceType","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#ResourceType\">ResourceType</a>","description":"Type of the item (File or Folder)."},{"title":"ITHit.WebDAV.Client.Folder#SearchAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#SearchAsync\">SearchAsync</a>","description":"Searches folder by search string. To limit amount of items returned and get only a single results page use [GetSearchPageAsync]{@link ITHit.WebDAV.Client.Folder#GetSearchPageAsync} function instead."},{"title":"ITHit.WebDAV.Client.Folder#SearchByQueryAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#SearchByQueryAsync\">SearchByQueryAsync</a>","description":"This method returns all items found on the server, which may be very large. To limit amount of items returned and get only a single results page use [GetSearchPageByQueryAsync]{@link ITHit.WebDAV.Client.Folder#GetSearchPageByQueryAsync} function instead."},{"title":"ITHit.WebDAV.Client.Folder#Session","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#Session\">Session</a>","description":"Current WebDAV session."},{"title":"ITHit.WebDAV.Client.Folder#SupportedLocks","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#SupportedLocks\">SupportedLocks</a>","description":"Retrieves information about supported locks. Item can support exclusive, shared locks or do not support\rany locks. If you set exclusive lock other users will not be able to set any locks. If you set shared\rlock other users will be able to set shared lock on the item."},{"title":"ITHit.WebDAV.Client.Folder#UnlockAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#UnlockAsync\">UnlockAsync</a>","description":"Removes the lock."},{"title":"ITHit.WebDAV.Client.Folder#UpdatePropertiesAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#UpdatePropertiesAsync\">UpdatePropertiesAsync</a>","description":"Updates values of properties exposed by this item."},{"title":"ITHit.WebDAV.Client.Folder#UsedBytes","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#UsedBytes\">UsedBytes</a>","description":"Number of bytes used by this user on server. -1 if server does not support Quota."},{"title":"ITHit.WebDAV.Client.Folder#VersionControlled","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#VersionControlled\">VersionControlled</a>","description":"Returns true if file is under version control. Otherwise false. To detect if version control could\rbe enabled for this item call GetSupportedFeaturesAsync and check for VersionControl token.\rTo enable version control call PutUnderVersionControlAsync."},{"title":"ITHit.WebDAV.Client.GEditInfo","link":"<a href=\"ITHit.WebDAV.Client.GEditInfo.html\">GEditInfo</a>","description":"Information about lock set on an item."},{"title":"ITHit.WebDAV.Client.GEditInfo#GFileID","link":"<a href=\"ITHit.WebDAV.Client.GEditInfo.html#GFileID\">GFileID</a>","description":"File ID from google drive."},{"title":"ITHit.WebDAV.Client.GEditInfo#GRevisionID","link":"<a href=\"ITHit.WebDAV.Client.GEditInfo.html#GRevisionID\">GRevisionID</a>","description":"Revision ID from google drive."},{"title":"ITHit.WebDAV.Client.HierarchyItem","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html\">HierarchyItem</a>","description":"Represents one WebDAV item (file, folder or lock-null)."},{"title":"ITHit.WebDAV.Client.HierarchyItem#ActiveLocks","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#ActiveLocks\">ActiveLocks</a>","description":"List of locks applied to this item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#AvailableBytes","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.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.HierarchyItem#CopyToAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#CopyToAsync\">CopyToAsync</a>","description":"Copies this item to destination folder."},{"title":"ITHit.WebDAV.Client.HierarchyItem#CreationDate","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#CreationDate\">CreationDate</a>","description":"The date item was created."},{"title":"ITHit.WebDAV.Client.HierarchyItem#DeleteAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#DeleteAsync\">DeleteAsync</a>","description":"Deletes this item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#DisplayName","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#DisplayName\">DisplayName</a>","description":"User friendly item name."},{"title":"ITHit.WebDAV.Client.HierarchyItem#GetAllPropertiesAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#GetAllPropertiesAsync\">GetAllPropertiesAsync</a>","description":"Retrieves all custom properties exposed by the item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#GetParentAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#GetParentAsync\">GetParentAsync</a>","description":"Retrieves parent hierarchy item of this item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#GetPropertyNamesAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#GetPropertyNamesAsync\">GetPropertyNamesAsync</a>","description":"Returns names of all custom properties exposed by this item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#GetPropertyValuesAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#GetPropertyValuesAsync\">GetPropertyValuesAsync</a>","description":"Retrieves values of specific properties."},{"title":"ITHit.WebDAV.Client.HierarchyItem#GetSourceAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#GetSourceAsync\">GetSourceAsync</a>","description":"Retrieves media type independent links."},{"title":"ITHit.WebDAV.Client.HierarchyItem#GetSupportedFeaturesAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#GetSupportedFeaturesAsync\">GetSupportedFeaturesAsync</a>","description":"Gets features supported by this item, such as WebDAV class support."},{"title":"ITHit.WebDAV.Client.HierarchyItem#Href","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#Href\">Href</a>","description":"This item path on the server."},{"title":"ITHit.WebDAV.Client.HierarchyItem#LastModified","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#LastModified\">LastModified</a>","description":"Most recent modification date."},{"title":"ITHit.WebDAV.Client.HierarchyItem#LockAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.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.HierarchyItem#MoveToAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#MoveToAsync\">MoveToAsync</a>","description":"Moves this item to another location."},{"title":"ITHit.WebDAV.Client.HierarchyItem#Properties","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#Properties\">Properties</a>","description":"List of item properties."},{"title":"ITHit.WebDAV.Client.HierarchyItem#RefreshAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#RefreshAsync\">RefreshAsync</a>","description":"Refreshes item loading data from server."},{"title":"ITHit.WebDAV.Client.HierarchyItem#RefreshLockAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#RefreshLockAsync\">RefreshLockAsync</a>","description":"Prolongs the lock."},{"title":"ITHit.WebDAV.Client.HierarchyItem#ResourceType","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#ResourceType\">ResourceType</a>","description":"Type of the item (File or Folder)."},{"title":"ITHit.WebDAV.Client.HierarchyItem#Session","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#Session\">Session</a>","description":"Current WebDAV session."},{"title":"ITHit.WebDAV.Client.HierarchyItem#SupportedLocks","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#SupportedLocks\">SupportedLocks</a>","description":"Retrieves information about supported locks. Item can support exclusive, shared locks or do not support\rany locks. If you set exclusive lock other users will not be able to set any locks. If you set shared\rlock other users will be able to set shared lock on the item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#UnlockAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#UnlockAsync\">UnlockAsync</a>","description":"Removes the lock."},{"title":"ITHit.WebDAV.Client.HierarchyItem#UpdatePropertiesAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#UpdatePropertiesAsync\">UpdatePropertiesAsync</a>","description":"Updates values of properties exposed by this item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#UsedBytes","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#UsedBytes\">UsedBytes</a>","description":"Number of bytes used by this user on server. -1 if server does not support Quota."},{"title":"ITHit.WebDAV.Client.HierarchyItem#VersionControlled","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#VersionControlled\">VersionControlled</a>","description":"Returns true if file is under version control. Otherwise false. To detect if version control could\rbe enabled for this item call GetSupportedFeaturesAsync and check for VersionControl token.\rTo enable version control call PutUnderVersionControlAsync."},{"title":"ITHit.WebDAV.Client.HttpStatus","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html\">HttpStatus</a>","description":"Structure that describes HTTP response's status."},{"title":"ITHit.WebDAV.Client.HttpStatus.BadGateway","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#BadGateway\">BadGateway</a>","description":"The server, while acting as a gateway or proxy, received an invalid response from the upstream\rserver it accessed in attempting to fulfill the request."},{"title":"ITHit.WebDAV.Client.HttpStatus.BadRequest","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#BadRequest\">BadRequest</a>","description":"The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat\rthe request without modifications."},{"title":"ITHit.WebDAV.Client.HttpStatus.Conflict","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Conflict\">Conflict</a>","description":"The request could not be completed due to a conflict with the current state of the resource."},{"title":"ITHit.WebDAV.Client.HttpStatus.Created","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Created\">Created</a>","description":"The request has been fulfilled and resulted in a new resource being created."},{"title":"ITHit.WebDAV.Client.HttpStatus.DependencyFailed","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#DependencyFailed\">DependencyFailed</a>","description":"The method could not be performed on the resource because the requested action depended on another\raction and that action failed."},{"title":"ITHit.WebDAV.Client.HttpStatus.Forbidden","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Forbidden\">Forbidden</a>","description":"The server understood the request, but is refusing to fulfill it."},{"title":"ITHit.WebDAV.Client.HttpStatus.InsufficientStorage","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#InsufficientStorage\">InsufficientStorage</a>","description":"The method could not be performed on the resource because the server is unable to store the\rrepresentation needed to successfully complete the request."},{"title":"ITHit.WebDAV.Client.HttpStatus.Locked","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Locked\">Locked</a>","description":"The source or destination resource of a method is locked."},{"title":"ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#MethodNotAllowed\">MethodNotAllowed</a>","description":"The method specified in the Request-Line is not allowed for the resource identified by the Request-URI."},{"title":"ITHit.WebDAV.Client.HttpStatus.MultiStatus","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#MultiStatus\">MultiStatus</a>","description":"This status code provides status for multiple independent operations."},{"title":"ITHit.WebDAV.Client.HttpStatus.NoContent","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#NoContent\">NoContent</a>","description":"The server has fulfilled the request but does not need to return an entity-body, and might want to\rreturn updated meta information."},{"title":"ITHit.WebDAV.Client.HttpStatus.None","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#None\">None</a>","description":"No status defined."},{"title":"ITHit.WebDAV.Client.HttpStatus.NotFound","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#NotFound\">NotFound</a>","description":"The server has not found anything matching the Request-URI."},{"title":"ITHit.WebDAV.Client.HttpStatus.NotImplemented","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#NotImplemented\">NotImplemented</a>","description":"The server does not support the functionality required to fulfill the request."},{"title":"ITHit.WebDAV.Client.HttpStatus.OK","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#OK\">OK</a>","description":"The request has succeeded."},{"title":"ITHit.WebDAV.Client.HttpStatus.Parse","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Parse\">Parse</a>","description":"Parses HttpStatus structure from string containing status information."},{"title":"ITHit.WebDAV.Client.HttpStatus.PartialContent","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#PartialContent\">PartialContent</a>","description":"The server has fulfilled the partial GET request for the resource."},{"title":"ITHit.WebDAV.Client.HttpStatus.PreconditionFailed","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#PreconditionFailed\">PreconditionFailed</a>","description":"The precondition given in one or more of the request-header fields evaluated to false when it was tested\ron the server."},{"title":"ITHit.WebDAV.Client.HttpStatus.Redirect","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Redirect\">Redirect</a>","description":"This status code is used instead if 302 redirect. This is because 302 code is processed automatically\rand there is no way to process redirect to login page."},{"title":"ITHit.WebDAV.Client.HttpStatus.Unauthorized","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Unauthorized\">Unauthorized</a>","description":"The request requires user authentication."},{"title":"ITHit.WebDAV.Client.HttpStatus#Code","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Code\">Code</a>"},{"title":"ITHit.WebDAV.Client.HttpStatus#Description","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Description\">Description</a>"},{"title":"ITHit.WebDAV.Client.HttpStatus#Equals","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Equals\">Equals</a>","description":"Indicates whether the current HttpStatus structure is equal to another HttpStatus structure."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsCopyMoveOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsCopyMoveOk\">IsCopyMoveOk</a>","description":"Returns true if status is successful for Copy or Move operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsCreateOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsCreateOk\">IsCreateOk</a>","description":"Returns true if status is successful for Create operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsDeleteOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsDeleteOk\">IsDeleteOk</a>","description":"Returns true if status is successful for Delete operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsGetOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsGetOk\">IsGetOk</a>","description":"Returns true if status is successful for Get operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsHeadOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsHeadOk\">IsHeadOk</a>","description":"Returns true if status is successful for Head operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsOk\">IsOk</a>","description":"Returns true if status is successful."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsPutOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsPutOk\">IsPutOk</a>","description":"Returns true if status is successful for Put operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsSuccess","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsSuccess\">IsSuccess</a>","description":"Returns true if status is successful."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsUnlockOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsUnlockOk\">IsUnlockOk</a>","description":"Returns true if status is successful for Unlock operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsUpdateOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsUpdateOk\">IsUpdateOk</a>","description":"Returns true if status is successful for Proppatch operation."},{"title":"ITHit.WebDAV.Client.LockInfo","link":"<a href=\"ITHit.WebDAV.Client.LockInfo.html\">LockInfo</a>","description":"Information about lock set on an item."},{"title":"ITHit.WebDAV.Client.LockInfo#Deep","link":"<a href=\"ITHit.WebDAV.Client.LockInfo.html#Deep\">Deep</a>","description":"Whether lock is set on item's children."},{"title":"ITHit.WebDAV.Client.LockInfo#LockScope","link":"<a href=\"ITHit.WebDAV.Client.LockInfo.html#LockScope\">LockScope</a>","description":"Scope of the lock."},{"title":"ITHit.WebDAV.Client.LockInfo#LockToken","link":"<a href=\"ITHit.WebDAV.Client.LockInfo.html#LockToken\">LockToken</a>","description":"Lock token."},{"title":"ITHit.WebDAV.Client.LockInfo#Owner","link":"<a href=\"ITHit.WebDAV.Client.LockInfo.html#Owner\">Owner</a>","description":"Owner's name."},{"title":"ITHit.WebDAV.Client.LockInfo#TimeOut","link":"<a href=\"ITHit.WebDAV.Client.LockInfo.html#TimeOut\">TimeOut</a>","description":"Timeout until lock expires."},{"title":"ITHit.WebDAV.Client.LockScope","link":"<a href=\"ITHit.WebDAV.Client.LockScope.html\">LockScope</a>","description":"Scope of the lock.\rRepresents exclusive or shared lock."},{"title":"ITHit.WebDAV.Client.LockScope.Exclusive","link":"<a href=\"ITHit.WebDAV.Client.LockScope.html#Exclusive\">Exclusive</a>","description":"Exclusive lock. No one else can obtain the lock."},{"title":"ITHit.WebDAV.Client.LockScope.Shared","link":"<a href=\"ITHit.WebDAV.Client.LockScope.html#Shared\">Shared</a>","description":"Shared lock. It will be possible for another clients to get the shared locks."},{"title":"ITHit.WebDAV.Client.LockUriTokenPair","link":"<a href=\"ITHit.WebDAV.Client.LockUriTokenPair.html\">LockUriTokenPair</a>","description":"Represents pair of resource uri - lock token. Is used to access locked resources."},{"title":"ITHit.WebDAV.Client.LockUriTokenPair#Href","link":"<a href=\"ITHit.WebDAV.Client.LockUriTokenPair.html#Href\">Href</a>","description":"Path to the locked resource."},{"title":"ITHit.WebDAV.Client.LockUriTokenPair#LockToken","link":"<a href=\"ITHit.WebDAV.Client.LockUriTokenPair.html#LockToken\">LockToken</a>","description":"Lock token."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html\">MsOfficeEditExtensions</a>","description":"The class represents set of extensions to be edited with Microsoft Office."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Access","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Access\">Access</a>","description":"Array of file extensions which are opened with Microsoft Access."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Excel","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Excel\">Excel</a>","description":"Array of file extensions which are opened with Microsoft Excel."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Infopath","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Infopath\">Infopath</a>","description":"Array of file extensions which are opened with Microsoft Infopath."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Powerpoint","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Powerpoint\">Powerpoint</a>","description":"Array of file extensions which are opened with Microsoft Powerpoint."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Project","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Project\">Project</a>","description":"Array of file extensions which are opened with Microsoft Project."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Publisher","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Publisher\">Publisher</a>","description":"Array of file extensions which are opened with Microsoft Publisher."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Visio","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Visio\">Visio</a>","description":"Array of file extensions which are opened with Microsoft Visio."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Word","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Word\">Word</a>","description":"Array of file extensions which are opened with Microsoft Word."},{"title":"ITHit.WebDAV.Client.Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Multistatus.html\">Multistatus</a>","description":"Represents information about errors occurred in different elements."},{"title":"ITHit.WebDAV.Client.Multistatus#Description","link":"<a href=\"ITHit.WebDAV.Client.Multistatus.html#Description\">Description</a>","description":"Gets the generic description, if available."},{"title":"ITHit.WebDAV.Client.Multistatus#Responses","link":"<a href=\"ITHit.WebDAV.Client.Multistatus.html#Responses\">Responses</a>","description":"Array of the errors returned by server."},{"title":"ITHit.WebDAV.Client.MultistatusResponse","link":"<a href=\"ITHit.WebDAV.Client.MultistatusResponse.html\">MultistatusResponse</a>","description":"Represents error occurred in one element."},{"title":"ITHit.WebDAV.Client.MultistatusResponse#Description","link":"<a href=\"ITHit.WebDAV.Client.MultistatusResponse.html#Description\">Description</a>","description":"Array of the errors returned by server."},{"title":"ITHit.WebDAV.Client.MultistatusResponse#Href","link":"<a href=\"ITHit.WebDAV.Client.MultistatusResponse.html#Href\">Href</a>","description":"Request href"},{"title":"ITHit.WebDAV.Client.MultistatusResponse#Status","link":"<a href=\"ITHit.WebDAV.Client.MultistatusResponse.html#Status\">Status</a>","description":"HTTP Status of the operation."},{"title":"ITHit.WebDAV.Client.OptionsInfo","link":"<a href=\"ITHit.WebDAV.Client.OptionsInfo.html\">OptionsInfo</a>","description":"Options of an item, described by supported HTTP extensions."},{"title":"ITHit.WebDAV.Client.OptionsInfo#Features","link":"<a href=\"ITHit.WebDAV.Client.OptionsInfo.html#Features\">Features</a>","description":"Features supported by WebDAV server. See Features Enumeration {@link ITHit.WebDAV.Client.Features}."},{"title":"ITHit.WebDAV.Client.OrderProperty","link":"<a href=\"ITHit.WebDAV.Client.OrderProperty.html\">OrderProperty</a>","description":"Initializes new instance of OrderProperty."},{"title":"ITHit.WebDAV.Client.OrderProperty#Ascending","link":"<a href=\"ITHit.WebDAV.Client.OrderProperty.html#Ascending\">Ascending</a>","description":"Order direction."},{"title":"ITHit.WebDAV.Client.OrderProperty#Property","link":"<a href=\"ITHit.WebDAV.Client.OrderProperty.html#Property\">Property</a>","description":"Property name."},{"title":"ITHit.WebDAV.Client.OrderProperty#toString","link":"<a href=\"ITHit.WebDAV.Client.OrderProperty.html#toString\">toString</a>","description":"Returns string representation of current property name."},{"title":"ITHit.WebDAV.Client.PageResults","link":"<a href=\"ITHit.WebDAV.Client.PageResults.html\">PageResults</a>","description":"Array of file and folder items that correspond to the offset, number of items and sorting conditions requested from server.\rAlso contains a total number of items in this folder or in search results."},{"title":"ITHit.WebDAV.Client.PageResults#Page","link":"<a href=\"ITHit.WebDAV.Client.PageResults.html#Page\">Page</a>","description":"Items that correspond to the requested page and sorting."},{"title":"ITHit.WebDAV.Client.PageResults#TotalItems","link":"<a href=\"ITHit.WebDAV.Client.PageResults.html#TotalItems\">TotalItems</a>","description":"Total number of items in the folder or in search results."},{"title":"ITHit.WebDAV.Client.Property","link":"<a href=\"ITHit.WebDAV.Client.Property.html\">Property</a>","description":"Initializes new string valued property."},{"title":"ITHit.WebDAV.Client.Property#Name","link":"<a href=\"ITHit.WebDAV.Client.Property.html#Name\">Name</a>","description":"Property Name."},{"title":"ITHit.WebDAV.Client.Property#StringValue","link":"<a href=\"ITHit.WebDAV.Client.Property.html#StringValue\">StringValue</a>","description":"String value of the custom property."},{"title":"ITHit.WebDAV.Client.Property#Value","link":"<a href=\"ITHit.WebDAV.Client.Property.html#Value\">Value</a>","description":"Property value."},{"title":"ITHit.WebDAV.Client.PropertyList","link":"<a href=\"ITHit.WebDAV.Client.PropertyList.html\">PropertyList</a>","description":"List of WebDAV properties."},{"title":"ITHit.WebDAV.Client.PropertyList#Find","link":"<a href=\"ITHit.WebDAV.Client.PropertyList.html#Find\">Find</a>","description":"Gets property value found by property name and namespace. Returns null if property with such name does not exist."},{"title":"ITHit.WebDAV.Client.PropertyList#Has","link":"<a href=\"ITHit.WebDAV.Client.PropertyList.html#Has\">Has</a>","description":"Returns true if the with the specified property name and namespace exists in property list.\rReturns false if does not exist."},{"title":"ITHit.WebDAV.Client.PropertyMultistatusResponse","link":"<a href=\"ITHit.WebDAV.Client.PropertyMultistatusResponse.html\">PropertyMultistatusResponse</a>","description":"Provides means for finding which properties failed to update."},{"title":"ITHit.WebDAV.Client.PropertyMultistatusResponse#Description","link":"<a href=\"ITHit.WebDAV.Client.PropertyMultistatusResponse.html#Description\">Description</a>","description":"Array of the errors returned by server."},{"title":"ITHit.WebDAV.Client.PropertyMultistatusResponse#Href","link":"<a href=\"ITHit.WebDAV.Client.PropertyMultistatusResponse.html#Href\">Href</a>","description":"Request href"},{"title":"ITHit.WebDAV.Client.PropertyMultistatusResponse#PropertyName","link":"<a href=\"ITHit.WebDAV.Client.PropertyMultistatusResponse.html#PropertyName\">PropertyName</a>","description":"Name of the property, if element is property. Otherwise null."},{"title":"ITHit.WebDAV.Client.PropertyMultistatusResponse#Status","link":"<a href=\"ITHit.WebDAV.Client.PropertyMultistatusResponse.html#Status\">Status</a>","description":"HTTP Status of the operation."},{"title":"ITHit.WebDAV.Client.PropertyName","link":"<a href=\"ITHit.WebDAV.Client.PropertyName.html\">PropertyName</a>","description":"Initializes new instance of PropertyName."},{"title":"ITHit.WebDAV.Client.PropertyName#Name","link":"<a href=\"ITHit.WebDAV.Client.PropertyName.html#Name\">Name</a>","description":"Name of the property."},{"title":"ITHit.WebDAV.Client.PropertyName#NamespaceUri","link":"<a href=\"ITHit.WebDAV.Client.PropertyName.html#NamespaceUri\">NamespaceUri</a>","description":"Namespace of the property."},{"title":"ITHit.WebDAV.Client.PropertyName#toString","link":"<a href=\"ITHit.WebDAV.Client.PropertyName.html#toString\">toString</a>","description":"Returns string representation of current property name."},{"title":"ITHit.WebDAV.Client.Request","link":"<a href=\"ITHit.WebDAV.Client.Request.html\">Request</a>","description":"Represents a context for one or many requests."},{"title":"ITHit.WebDAV.Client.Request#Abort","link":"<a href=\"ITHit.WebDAV.Client.Request.html#Abort\">Abort</a>","description":"Cancels asynchronous request. The Finish event and the callback function will be called immediately after this method call."},{"title":"ITHit.WebDAV.Client.Request#AddListener","link":"<a href=\"ITHit.WebDAV.Client.Request.html#AddListener\">AddListener</a>"},{"title":"ITHit.WebDAV.Client.Request#event:OnError","link":"<a href=\"ITHit.WebDAV.Client.Request.html#event:OnError\">OnError</a>","description":"Error event trigger when one of request operations have error.\rNotice: This event trigger before async method callback."},{"title":"ITHit.WebDAV.Client.Request#event:OnFinish","link":"<a href=\"ITHit.WebDAV.Client.Request.html#event:OnFinish\">OnFinish</a>","description":"Finish event trigger once when all operations in requests is complete.\rNotice: This event trigger before async method callback."},{"title":"ITHit.WebDAV.Client.Request#event:OnProgress","link":"<a href=\"ITHit.WebDAV.Client.Request.html#event:OnProgress\">OnProgress</a>","description":"Progress event trigger on update information about request progress.\rSee {@link ITHit.WebDAV.Client.RequestProgress} for more information."},{"title":"ITHit.WebDAV.Client.Request#Progress","link":"<a href=\"ITHit.WebDAV.Client.Request.html#Progress\">Progress</a>","description":"Progress info object, auto updated on `OnProgress` event."},{"title":"ITHit.WebDAV.Client.Request#RemoveListener","link":"<a href=\"ITHit.WebDAV.Client.Request.html#RemoveListener\">RemoveListener</a>"},{"title":"ITHit.WebDAV.Client.RequestProgress","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html\">RequestProgress</a>","description":"Represents a context for one or many requests."},{"title":"ITHit.WebDAV.Client.RequestProgress#BytesLoaded","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html#BytesLoaded\">BytesLoaded</a>","description":"Count of loaded bytes"},{"title":"ITHit.WebDAV.Client.RequestProgress#BytesTotal","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html#BytesTotal\">BytesTotal</a>","description":"Total bytes. This param can be changed in progress, if request has many operations (sub-requests)."},{"title":"ITHit.WebDAV.Client.RequestProgress#CountComplete","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html#CountComplete\">CountComplete</a>","description":"Count of complete operations"},{"title":"ITHit.WebDAV.Client.RequestProgress#CountTotal","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html#CountTotal\">CountTotal</a>","description":"Total operations count"},{"title":"ITHit.WebDAV.Client.RequestProgress#LengthComputable","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html#LengthComputable\">LengthComputable</a>","description":"Flag indicating if the resource concerned by the XMLHttpRequest ProgressEvent has a length that can be calculated."},{"title":"ITHit.WebDAV.Client.RequestProgress#Percent","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html#Percent\">Percent</a>","description":"Progress in percents"},{"title":"ITHit.WebDAV.Client.ResourceType","link":"<a href=\"ITHit.WebDAV.Client.ResourceType.html\">ResourceType</a>","description":"Enumeration of the item (Resource or Folder)."},{"title":"ITHit.WebDAV.Client.ResourceType.File","link":"<a href=\"ITHit.WebDAV.Client.ResourceType.html#File\">File</a>","description":"Item is file."},{"title":"ITHit.WebDAV.Client.ResourceType.Folder","link":"<a href=\"ITHit.WebDAV.Client.ResourceType.html#Folder\">Folder</a>","description":"Item is folder."},{"title":"ITHit.WebDAV.Client.ResumableUpload","link":"<a href=\"ITHit.WebDAV.Client.ResumableUpload.html\">ResumableUpload</a>","description":"Provides support partial uploads and resuming broken uploads."},{"title":"ITHit.WebDAV.Client.ResumableUpload#CancelUploadAsync","link":"<a href=\"ITHit.WebDAV.Client.ResumableUpload.html#CancelUploadAsync\">CancelUploadAsync</a>","description":"Cancels upload of the file."},{"title":"ITHit.WebDAV.Client.ResumableUpload#GetBytesUploadedAsync","link":"<a href=\"ITHit.WebDAV.Client.ResumableUpload.html#GetBytesUploadedAsync\">GetBytesUploadedAsync</a>","description":"Get amount of bytes successfully uploaded to server."},{"title":"ITHit.WebDAV.Client.SearchQuery","link":"<a href=\"ITHit.WebDAV.Client.SearchQuery.html\">SearchQuery</a>"},{"title":"ITHit.WebDAV.Client.SearchQuery#EnableContains","link":"<a href=\"ITHit.WebDAV.Client.SearchQuery.html#EnableContains\">EnableContains</a>","description":"Enables or disables search inside file content. Default is <code>true</code>."},{"title":"ITHit.WebDAV.Client.SearchQuery#EnableLike","link":"<a href=\"ITHit.WebDAV.Client.SearchQuery.html#EnableLike\">EnableLike</a>","description":"Enables or disables search by properties specified in <code>LikeProperties</code> list. Default is <code>true</code>."},{"title":"ITHit.WebDAV.Client.SearchQuery#LikeProperties","link":"<a href=\"ITHit.WebDAV.Client.SearchQuery.html#LikeProperties\">LikeProperties</a>","description":"List of properties to be used in like conditions. The search phrase will be searched in the properties specilied in this list."},{"title":"ITHit.WebDAV.Client.SearchQuery#Phrase","link":"<a href=\"ITHit.WebDAV.Client.SearchQuery.html#Phrase\">Phrase</a>","description":"Search phrase."},{"title":"ITHit.WebDAV.Client.SearchQuery#SelectProperties","link":"<a href=\"ITHit.WebDAV.Client.SearchQuery.html#SelectProperties\">SelectProperties</a>","description":"<p>Properties to be returned from server with each item returned in search results.</p> \r<p>This property can be used to request any additional data required in search results, such as snippet of \rtext around the search phrase, document title, author name, etc.</p>"},{"title":"ITHit.WebDAV.Client.Source","link":"<a href=\"ITHit.WebDAV.Client.Source.html\">Source</a>","description":"Media type independent link."},{"title":"ITHit.WebDAV.Client.Source#Dst","link":"<a href=\"ITHit.WebDAV.Client.Source.html#Dst\">Dst</a>","description":"Destination location."},{"title":"ITHit.WebDAV.Client.Source#Src","link":"<a href=\"ITHit.WebDAV.Client.Source.html#Src\">Src</a>","description":"Source location."},{"title":"ITHit.WebDAV.Client.SPSManager","link":"<a href=\"ITHit.WebDAV.Client.SPSManager.html\">SPSManager</a>","description":"This class provides methods for opening documents for editing directly from Sharepoint site and saving back to site\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.SPSManager.SharePointEditDocument","link":"<a href=\"ITHit.WebDAV.Client.SPSManager.html#SharePointEditDocument\">SharePointEditDocument</a>","description":"<p>Opens document from Sharepoint sites for editing or printing using davX: protocol and prompts to install the protocol it if not found.</p>"},{"title":"ITHit.WebDAV.Client.SPSManager.Version","link":"<a href=\"ITHit.WebDAV.Client.SPSManager.html#Version\">Version</a>","description":"Version of SPS Library"},{"title":"ITHit.WebDAV.Client.Upload.Collections.Map","link":"<a href=\"ITHit.WebDAV.Client.Upload.Collections.Map.html\">Map</a>","description":"Creates new Map."},{"title":"ITHit.WebDAV.Client.Upload.Collections.Map~ForEachCallBack","link":"<a href=\"ITHit.WebDAV.Client.Upload.Collections.Map.html#ForEachCallBack\">ForEachCallBack</a>","description":"Callback function to be called on each item."},{"title":"ITHit.WebDAV.Client.Upload.Collections.Pair","link":"<a href=\"ITHit.WebDAV.Client.Upload.Collections.Pair.html\">Pair</a>"},{"title":"ITHit.WebDAV.Client.Upload.Controls.DropZone","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.DropZone.html\">DropZone</a>","description":"Instance of this class provides metadata for drop zone."},{"title":"ITHit.WebDAV.Client.Upload.Controls.DropZone#HtmlElement","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.DropZone.html#HtmlElement\">HtmlElement</a>","description":"Associated HTML Element"},{"title":"ITHit.WebDAV.Client.Upload.Controls.DropZone#Id","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.DropZone.html#Id\">Id</a>","description":"Id attribute."},{"title":"ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.html\">FSEntryFactory</a>","description":"This class provides methods for creation of {@link ITHit.WebDAV.Client.Upload.FSEntryFactory}s."},{"title":"ITHit.WebDAV.Client.Upload.Controls.HtmlControl","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html\">HtmlControl</a>"},{"title":"ITHit.WebDAV.Client.Upload.Controls.HtmlControl#HtmlElement","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html#HtmlElement\">HtmlElement</a>","description":"Associated HTML Element"},{"title":"ITHit.WebDAV.Client.Upload.Controls.HtmlControl#Id","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html#Id\">Id</a>","description":"Id attribute."},{"title":"ITHit.WebDAV.Client.Upload.Controls.Input","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.Input.html\">Input</a>","description":"Instance of this class provides metadata for input."},{"title":"ITHit.WebDAV.Client.Upload.Controls.Input#HtmlElement","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.Input.html#HtmlElement\">HtmlElement</a>","description":"Associated HTML Element"},{"title":"ITHit.WebDAV.Client.Upload.Controls.Input#Id","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.Input.html#Id\">Id</a>","description":"Id attribute."},{"title":"ITHit.WebDAV.Client.Upload.DropZoneCollection","link":"<a href=\"ITHit.WebDAV.Client.Upload.DropZoneCollection.html\">DropZoneCollection</a>","description":"Instance of this class store drop zones and provide methods to creating\rand removing them"},{"title":"ITHit.WebDAV.Client.Upload.DropZoneCollection#AddById","link":"<a href=\"ITHit.WebDAV.Client.Upload.DropZoneCollection.html#AddById\">AddById</a>","description":"Bind HTML element as drop zone."},{"title":"ITHit.WebDAV.Client.Upload.DropZoneCollection#GetById","link":"<a href=\"ITHit.WebDAV.Client.Upload.DropZoneCollection.html#GetById\">GetById</a>","description":"Get drop zone by Id."},{"title":"ITHit.WebDAV.Client.Upload.DropZoneCollection#RemoveById","link":"<a href=\"ITHit.WebDAV.Client.Upload.DropZoneCollection.html#RemoveById\">RemoveById</a>","description":"Remove HTML element from drop zone Controls by id."},{"title":"ITHit.WebDAV.Client.Upload.DropZoneCollection#Uploader","link":"<a href=\"ITHit.WebDAV.Client.Upload.DropZoneCollection.html#Uploader\">Uploader</a>"},{"title":"ITHit.WebDAV.Client.Upload.Events.AsyncEvent","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html\">AsyncEvent</a>"},{"title":"ITHit.WebDAV.Client.Upload.Events.AsyncEvent#GetIsHandled","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html#GetIsHandled\">GetIsHandled</a>","description":"This methods return value that indicates that event already processed."},{"title":"ITHit.WebDAV.Client.Upload.Events.AsyncEvent#Name","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html#Name\">Name</a>","description":"Event name."},{"title":"ITHit.WebDAV.Client.Upload.Events.AsyncEvent#Sender","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html#Sender\">Sender</a>","description":"Event source."},{"title":"ITHit.WebDAV.Client.Upload.Events.BaseEvent","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BaseEvent.html\">BaseEvent</a>"},{"title":"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html\">BeforeUploadStarted</a>","description":"This object is passed to {@link ITHit.WebDAV.Client.Upload.UploadItem#event:OnBeforeUploadStarted}.\rYou can validate these item as well as specify if item should be overwritten.\rTo continue upload the {@link ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Upload} function should be called.\rTo skip upload the {@link ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Skip} function should be called."},{"title":"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#GetIsHandled","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html#GetIsHandled\">GetIsHandled</a>","description":"This methods return value that indicates that event already processed."},{"title":"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Name","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html#Name\">Name</a>","description":"Event name."},{"title":"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Sender","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html#Sender\">Sender</a>","description":"Event source."},{"title":"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Skip","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html#Skip\">Skip</a>","description":"Change item state to {@link ITHit.WebDAV.Client.Upload.State.Skipped}."},{"title":"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Upload","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html#Upload\">Upload</a>","description":"Continues items upload.\rIf item should not upload call {@link ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Skip} method.\rIf any items in the upload list should be overwritten call {@link ITHit.WebDAV.Client.Upload.UploadItem#SetOverwrite(true)} on item."},{"title":"ITHit.WebDAV.Client.Upload.Events.Error","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.Error.html\">Error</a>","description":"This class provides state change event data;"},{"title":"ITHit.WebDAV.Client.Upload.Events.ProgressChanged","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html\">ProgressChanged</a>","description":"This class provides state change event data;"},{"title":"ITHit.WebDAV.Client.Upload.Events.ProgressChanged#NewProgress","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html#NewProgress\">NewProgress</a>","description":"Actual progress."},{"title":"ITHit.WebDAV.Client.Upload.Events.ProgressChanged#OldProgress","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html#OldProgress\">OldProgress</a>","description":"Previous progress."},{"title":"ITHit.WebDAV.Client.Upload.Events.QueueChanged","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.QueueChanged.html\">QueueChanged</a>"},{"title":"ITHit.WebDAV.Client.Upload.Events.QueueChanged#AddedItems","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.QueueChanged.html#AddedItems\">AddedItems</a>","description":"Added items."},{"title":"ITHit.WebDAV.Client.Upload.Events.QueueChanged#RemovedItems","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.QueueChanged.html#RemovedItems\">RemovedItems</a>","description":"Removed items."},{"title":"ITHit.WebDAV.Client.Upload.Events.StateChanged","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.StateChanged.html\">StateChanged</a>","description":"This class provides state change event data;"},{"title":"ITHit.WebDAV.Client.Upload.Events.StateChanged#NewState","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.StateChanged.html#NewState\">NewState</a>","description":"Actual state."},{"title":"ITHit.WebDAV.Client.Upload.Events.StateChanged#OldState","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.StateChanged.html#OldState\">OldState</a>","description":"Previous state."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html\">UploadError</a>"},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError#Error","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html#Error\">Error</a>","description":"Error object."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError#GetIsHandled","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html#GetIsHandled\">GetIsHandled</a>","description":"This methods return value that indicates that event already processed."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError#Name","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html#Name\">Name</a>","description":"Event name."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError#Retry","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html#Retry\">Retry</a>","description":"Retry upload."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError#Sender","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html#Sender\">Sender</a>","description":"Event source."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError#Skip","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html#Skip\">Skip</a>","description":"Skips retry. UploadItem becomes failed."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html\">UploadItemsCreated</a>","description":"This object is passed to {@link ITHit.WebDAV.Client.Upload.Queue#event:OnUploadItemsCreated} and contains list of items selected by user for upload.\rYou can validate these items as well as specify if item should be overwritten.\rTo continue upload the UploadItemsCreated.Upload() function with the list of items to be uploaded should be called."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated#GetIsHandled","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html#GetIsHandled\">GetIsHandled</a>","description":"This methods return value that indicates that event already processed."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated#Items","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html#Items\">Items</a>","description":"Added items."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated#Name","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html#Name\">Name</a>","description":"Event name."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated#Sender","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html#Sender\">Sender</a>","description":"Event source."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated#Upload","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html#Upload\">Upload</a>","description":"Continues items upload. Pass a list of items to upload.\rIf any items should not upload do not include them in this list.\rIf any items in the upload list should be overwritten call {@link ITHit.WebDAV.Client.Upload.UploadItem#SetOverwrite(true)}) on each item."},{"title":"ITHit.WebDAV.Client.Upload.FileSpan","link":"<a href=\"ITHit.WebDAV.Client.Upload.FileSpan.html\">FileSpan</a>"},{"title":"ITHit.WebDAV.Client.Upload.FSEntry","link":"<a href=\"ITHit.WebDAV.Client.Upload.FSEntry.html\">FSEntry</a>","description":"This class represents file or folder in unify form."},{"title":"ITHit.WebDAV.Client.Upload.FSEntry.PathSeparator","link":"<a href=\"ITHit.WebDAV.Client.Upload.FSEntry.html#PathSeparator\">PathSeparator</a>"},{"title":"ITHit.WebDAV.Client.Upload.Groups.GroupManager","link":"<a href=\"ITHit.WebDAV.Client.Upload.Groups.GroupManager.html\">GroupManager</a>"},{"title":"ITHit.WebDAV.Client.Upload.InputCollection","link":"<a href=\"ITHit.WebDAV.Client.Upload.InputCollection.html\">InputCollection</a>","description":"List of upload inputs. Contains items of {@link ITHit.WebDAV.Client.Upload.Controls.Input} type."},{"title":"ITHit.WebDAV.Client.Upload.InputCollection#AddById","link":"<a href=\"ITHit.WebDAV.Client.Upload.InputCollection.html#AddById\">AddById</a>","description":"Bind HTML element as input."},{"title":"ITHit.WebDAV.Client.Upload.InputCollection#GetById","link":"<a href=\"ITHit.WebDAV.Client.Upload.InputCollection.html#GetById\">GetById</a>","description":"Get input object by Id."},{"title":"ITHit.WebDAV.Client.Upload.InputCollection#RemoveById","link":"<a href=\"ITHit.WebDAV.Client.Upload.InputCollection.html#RemoveById\">RemoveById</a>","description":"Remove HTML element from input Controls by id."},{"title":"ITHit.WebDAV.Client.Upload.InputCollection#Uploader","link":"<a href=\"ITHit.WebDAV.Client.Upload.InputCollection.html#Uploader\">Uploader</a>"},{"title":"ITHit.WebDAV.Client.Upload.Progress","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html\">Progress</a>","description":"This class represents progress state of upload."},{"title":"ITHit.WebDAV.Client.Upload.Progress#Completed","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html#Completed\">Completed</a>","description":"Progress in percents."},{"title":"ITHit.WebDAV.Client.Upload.Progress#ElapsedTime","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html#ElapsedTime\">ElapsedTime</a>","description":"Elapsed time in seconds."},{"title":"ITHit.WebDAV.Client.Upload.Progress#RemainingTime","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html#RemainingTime\">RemainingTime</a>","description":"Time left in seconds."},{"title":"ITHit.WebDAV.Client.Upload.Progress#Speed","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html#Speed\">Speed</a>","description":"Speed in bytes/s."},{"title":"ITHit.WebDAV.Client.Upload.Progress#TotalBytes","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html#TotalBytes\">TotalBytes</a>","description":"Total bytes to upload."},{"title":"ITHit.WebDAV.Client.Upload.Progress#UploadedBytes","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html#UploadedBytes\">UploadedBytes</a>","description":"Bytes uploaded."},{"title":"ITHit.WebDAV.Client.Upload.Providers.ProgressTracker","link":"<a href=\"ITHit.WebDAV.Client.Upload.Providers.ProgressTracker.html\">ProgressTracker</a>","description":"Creates new ProgressTracker."},{"title":"ITHit.WebDAV.Client.Upload.Providers.UploadProvider","link":"<a href=\"ITHit.WebDAV.Client.Upload.Providers.UploadProvider.html\">UploadProvider</a>"},{"title":"ITHit.WebDAV.Client.Upload.Queue","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html\">Queue</a>","description":"List of items being uploaded. Each item in the list describes the file\ror folder upload state and provides methods for managing upload."},{"title":"ITHit.WebDAV.Client.Upload.Queue#AddListener","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#AddListener\">AddListener</a>","description":"Add event handlers."},{"title":"ITHit.WebDAV.Client.Upload.Queue#event:OnQueueChanged","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#event:OnQueueChanged\">OnQueueChanged</a>","description":"Event reporting that queue changed. Fired when item is added or deleted from queue."},{"title":"ITHit.WebDAV.Client.Upload.Queue#event:OnUploadItemsCreated","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#event:OnUploadItemsCreated\">OnUploadItemsCreated</a>","description":"Event fired {@link ITHit.WebDAV.Client.Upload.UploadItem}s are created.\rYou will validate files selected for upload in this event and present user interface if user interaction is necessary.\rIn this event you can check if each item exists on the server and specify if item should be overwritten or skipped.\rYou can also validate file size, file extension, file upload path and file name.\r\rTo continue upload the {@link ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated#Upload} function with the list of items to be uploaded should be called."},{"title":"ITHit.WebDAV.Client.Upload.Queue#RemoveByUrl","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#RemoveByUrl\">RemoveByUrl</a>","description":"Removes upload file from queue."},{"title":"ITHit.WebDAV.Client.Upload.Queue#RemoveListener","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#RemoveListener\">RemoveListener</a>","description":"Removes event listener."},{"title":"ITHit.WebDAV.Client.Upload.Queue#Restart","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#Restart\">Restart</a>"},{"title":"ITHit.WebDAV.Client.Upload.Queue#Uploader","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#Uploader\">Uploader</a>","description":"Associated uploader."},{"title":"ITHit.WebDAV.Client.Upload.Settings","link":"<a href=\"ITHit.WebDAV.Client.Upload.Settings.html\">Settings</a>","description":"This class provides settings for Uploader."},{"title":"ITHit.WebDAV.Client.Upload.Settings#ConcurrentUploads","link":"<a href=\"ITHit.WebDAV.Client.Upload.Settings.html#ConcurrentUploads\">ConcurrentUploads</a>","description":"Number of active uploads same time.\rNumber of concurrent uploads."},{"title":"ITHit.WebDAV.Client.Upload.Settings#DeleteOnCancel","link":"<a href=\"ITHit.WebDAV.Client.Upload.Settings.html#DeleteOnCancel\">DeleteOnCancel</a>","description":"Default cancel behaviour."},{"title":"ITHit.WebDAV.Client.Upload.Settings#State","link":"<a href=\"ITHit.WebDAV.Client.Upload.Settings.html#State\">State</a>","description":"Default queue state."},{"title":"ITHit.WebDAV.Client.Upload.State","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html\">State</a>","description":"Upload state."},{"title":"ITHit.WebDAV.Client.Upload.State.Canceled","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Canceled\">Canceled</a>","description":"Upload aborted."},{"title":"ITHit.WebDAV.Client.Upload.State.Completed","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Completed\">Completed</a>","description":"Upload completed."},{"title":"ITHit.WebDAV.Client.Upload.State.Failed","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Failed\">Failed</a>","description":"Upload failed."},{"title":"ITHit.WebDAV.Client.Upload.State.Paused","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Paused\">Paused</a>","description":"Upload paused."},{"title":"ITHit.WebDAV.Client.Upload.State.Queued","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Queued\">Queued</a>","description":"Upload queued for upload."},{"title":"ITHit.WebDAV.Client.Upload.State.Retrying","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Retrying\">Retrying</a>","description":"Upload scheduled for retry."},{"title":"ITHit.WebDAV.Client.Upload.State.Skipped","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Skipped\">Skipped</a>","description":"Upload skipped."},{"title":"ITHit.WebDAV.Client.Upload.State.Uploading","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Uploading\">Uploading</a>","description":"Upload in progress."},{"title":"ITHit.WebDAV.Client.Upload.Uploader","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html\">Uploader</a>","description":"Create uploader instance."},{"title":"ITHit.WebDAV.Client.Upload.Uploader#DropZones","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html#DropZones\">DropZones</a>","description":"Collection of associated drop zones."},{"title":"ITHit.WebDAV.Client.Upload.Uploader#GetUploadUrl","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html#GetUploadUrl\">GetUploadUrl</a>","description":"Get upload url for drop zones and inputs."},{"title":"ITHit.WebDAV.Client.Upload.Uploader#Inputs","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html#Inputs\">Inputs</a>","description":"Collection of associated inputs."},{"title":"ITHit.WebDAV.Client.Upload.Uploader#Queue","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html#Queue\">Queue</a>","description":"Queue of uploads."},{"title":"ITHit.WebDAV.Client.Upload.Uploader#Settings","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html#Settings\">Settings</a>","description":"Default settings for uploads."},{"title":"ITHit.WebDAV.Client.Upload.Uploader#SetUploadUrl","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html#SetUploadUrl\">SetUploadUrl</a>","description":"Set upload url for drop zones and inputs."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html\">UploaderSession</a>"},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#AddListener","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#AddListener\">AddListener</a>"},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#CreateFolderAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#CreateFolderAsync\">CreateFolderAsync</a>","description":"Creates folder corresponding to path."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#event:OnBeforeRequestSend","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#event:OnBeforeRequestSend\">OnBeforeRequestSend</a>","description":"The OnBeforeRequestSend event is fired before request is being submitted to server and provides all\rinformation that is used when creating the request such as URL, HTTP verb, headers and request body."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#event:OnResponse","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#event:OnResponse\">OnResponse</a>","description":"The OnResponse event fires when the data is received from server. In your event handler you can update\rany data received from server."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#OpenFileAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#OpenFileAsync\">OpenFileAsync</a>","description":"Load File object corresponding to path."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#OpenFolderAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#OpenFolderAsync\">OpenFolderAsync</a>","description":"Returns Folder object corresponding to path."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#OpenItemAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#OpenItemAsync\">OpenItemAsync</a>","description":"Returns HierarchyItem object corresponding to path."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#RemoveListener","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#RemoveListener\">RemoveListener</a>"},{"title":"ITHit.WebDAV.Client.Upload.UploadItem","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html\">UploadItem</a>","description":"Represents a file or folder being uploaded. Provides functions to discover item state, get info about upload\rprogress as well as to pause, resume and cancel upload."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#AddHeader","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#AddHeader\">AddHeader</a>","description":"Adds HTTP header to upload. Note that depending on your web server and web browser, \rmaximum allowed request header size or size of all headers in total may be limited."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#AddListener","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#AddListener\">AddListener</a>","description":"Add event handlers."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#CancelAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#CancelAsync\">CancelAsync</a>","description":"Aborts upload."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#CustomData","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#CustomData\">CustomData</a>","description":"Stores custom data."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#event:OnBeforeUploadStarted","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#event:OnBeforeUploadStarted\">OnBeforeUploadStarted</a>","description":"Event fired before {@link ITHit.WebDAV.Client.Upload.UploadItem} started upload.\rYou will validate item in this event and present user interface if user interaction is necessary.\rIn this event you can check if each item exists on the server and specify if item should be overwritten or skipped.\rYou can also validate file size, file extension, file upload path and file name.\r\rTo continue upload the {@link ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Upload} function should be called.\rTo skip upload the {@link ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Skip} function should be called."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#event:OnError","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#event:OnError\">OnError</a>","description":"Event reporting that upload error occurred."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#event:OnProgressChanged","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#event:OnProgressChanged\">OnProgressChanged</a>","description":"Event reporting that upload item progress changed."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#event:OnStateChanged","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#event:OnStateChanged\">OnStateChanged</a>","description":"Event reporting that upload item state changed."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#event:OnUploadError","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#event:OnUploadError\">OnUploadError</a>","description":"Event fired when is possible to retry failed upload and waited until one of action called."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetDeleteOnCancel","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetDeleteOnCancel\">GetDeleteOnCancel</a>","description":"Gets if the file is deleted when the upload is canceled."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetErrors","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetErrors\">GetErrors</a>","description":"Gets all upload errors."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetFile","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetFile\">GetFile</a>","description":"Gets [File]{@link https://www.w3.org/TR/FileAPI/} object. Returns null in case of a folder."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetLastError","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetLastError\">GetLastError</a>","description":"Gets last upload error."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetName","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetName\">GetName</a>","description":"Gets file or folder name with extension."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetOverwrite","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetOverwrite\">GetOverwrite</a>","description":"Gets if the item will be overwritten if it exists on the server."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetProgress","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetProgress\">GetProgress</a>","description":"Gets object that describes upload progress."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetRelativePath","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetRelativePath\">GetRelativePath</a>","description":"Gets relative path."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetState","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetState\">GetState</a>","description":"Gets current upload state."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetUrl","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetUrl\">GetUrl</a>","description":"Get target url."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#IsFolder","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#IsFolder\">IsFolder</a>","description":"Check if upload item represents a folder item."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#PauseAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#PauseAsync\">PauseAsync</a>","description":"Pauses upload."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#RemoveListener","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#RemoveListener\">RemoveListener</a>","description":"Remove event listener."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#SetDeleteOnCancel","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#SetDeleteOnCancel\">SetDeleteOnCancel</a>","description":"Sets if the file should be deleted if upload is canceled. \rBy default, the file is deleted if the upload is canceled. To override this behavior, call this method passing false as a parameter. \rThis function must be called on files only."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#SetFailed","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#SetFailed\">SetFailed</a>","description":"Sets failed state.\rPopulates item's error with provided error instance."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#SetOverwrite","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#SetOverwrite\">SetOverwrite</a>","description":"Sets if the item is overwritten if it exists on the server. \rIf false is passed and the file exists on the server upload will fail and the UploadItem will be set in the error state. Default is false."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#StartAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#StartAsync\">StartAsync</a>","description":"Begins upload."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem~AsyncCallback","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#AsyncCallback\">AsyncCallback</a>","description":"Callback function to be called when action performed."},{"title":"ITHit.WebDAV.Client.Upload.Utils.DavUrl","link":"<a href=\"ITHit.WebDAV.Client.Upload.Utils.DavUrl.html\">DavUrl</a>","description":"Creates and return a DavUrl object composed from the given parameters."},{"title":"ITHit.WebDAV.Client.Upload.Utils.DavUrlBuilder","link":"<a href=\"ITHit.WebDAV.Client.Upload.Utils.DavUrlBuilder.html\">DavUrlBuilder</a>","description":"Creates and return a DavUrlBuilder object."},{"title":"ITHit.WebDAV.Client.Upload.Utils.RepeatableAction","link":"<a href=\"ITHit.WebDAV.Client.Upload.Utils.RepeatableAction.html\">RepeatableAction</a>","description":"Created new task."},{"title":"ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext~AfterAction","link":"<a href=\"ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext.html#AfterAction\">AfterAction</a>","description":"Callback function to be called when task ends."},{"title":"ITHit.WebDAV.Client.Upload.Utils.RepeatableAction~Action","link":"<a href=\"ITHit.WebDAV.Client.Upload.Utils.RepeatableAction.html#Action\">Action</a>","description":"Callback function to be called when action performed."},{"title":"ITHit.WebDAV.Client.UploadProgressInfo#BytesUploaded","link":"<a href=\"ITHit.WebDAV.Client.UploadProgressInfo.html#BytesUploaded\">BytesUploaded</a>","description":"Amount of bytes successfully uploaded to server."},{"title":"ITHit.WebDAV.Client.UploadProgressInfo#Href","link":"<a href=\"ITHit.WebDAV.Client.UploadProgressInfo.html#Href\">Href</a>","description":"Item path on the server."},{"title":"ITHit.WebDAV.Client.UploadProgressInfo#LastChunkSaved","link":"<a href=\"ITHit.WebDAV.Client.UploadProgressInfo.html#LastChunkSaved\">LastChunkSaved</a>","description":"The date and time when the last chunk of file was saved on server side."},{"title":"ITHit.WebDAV.Client.UploadProgressInfo#TotalContentLength","link":"<a href=\"ITHit.WebDAV.Client.UploadProgressInfo.html#TotalContentLength\">TotalContentLength</a>","description":"Total file size."},{"title":"ITHit.WebDAV.Client.Version","link":"<a href=\"ITHit.WebDAV.Client.Version.html\">Version</a>","description":"Represents a version on a WebDAV server."},{"title":"ITHit.WebDAV.Client.Version#Comment","link":"<a href=\"ITHit.WebDAV.Client.Version.html#Comment\">Comment</a>"},{"title":"ITHit.WebDAV.Client.Version#ContentLength","link":"<a href=\"ITHit.WebDAV.Client.Version.html#ContentLength\">ContentLength</a>","description":"Length of the file."},{"title":"ITHit.WebDAV.Client.Version#ContentType","link":"<a href=\"ITHit.WebDAV.Client.Version.html#ContentType\">ContentType</a>","description":"Content type of the file."},{"title":"ITHit.WebDAV.Client.Version#CreationDate","link":"<a href=\"ITHit.WebDAV.Client.Version.html#CreationDate\">CreationDate</a>","description":"The date item was created."},{"title":"ITHit.WebDAV.Client.Version#CreatorDisplayName","link":"<a href=\"ITHit.WebDAV.Client.Version.html#CreatorDisplayName\">CreatorDisplayName</a>"},{"title":"ITHit.WebDAV.Client.Version#DeleteAsync","link":"<a href=\"ITHit.WebDAV.Client.Version.html#DeleteAsync\">DeleteAsync</a>","description":"Delete version by self href."},{"title":"ITHit.WebDAV.Client.Version#DisplayName","link":"<a href=\"ITHit.WebDAV.Client.Version.html#DisplayName\">DisplayName</a>","description":"User friendly item name."},{"title":"ITHit.WebDAV.Client.Version#Href","link":"<a href=\"ITHit.WebDAV.Client.Version.html#Href\">Href</a>","description":"This item path on the server."},{"title":"ITHit.WebDAV.Client.Version#Properties","link":"<a href=\"ITHit.WebDAV.Client.Version.html#Properties\">Properties</a>","description":"List of item properties."},{"title":"ITHit.WebDAV.Client.Version#ReadContentAsync","link":"<a href=\"ITHit.WebDAV.Client.Version.html#ReadContentAsync\">ReadContentAsync</a>","description":"Read 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.Version#RefreshAsync","link":"<a href=\"ITHit.WebDAV.Client.Version.html#RefreshAsync\">RefreshAsync</a>","description":"Refreshes item loading data from server."},{"title":"ITHit.WebDAV.Client.Version#Session","link":"<a href=\"ITHit.WebDAV.Client.Version.html#Session\">Session</a>","description":"Current WebDAV session."},{"title":"ITHit.WebDAV.Client.Version#UpdateToThisAsync","link":"<a href=\"ITHit.WebDAV.Client.Version.html#UpdateToThisAsync\">UpdateToThisAsync</a>","description":"Update file to current version."},{"title":"ITHit.WebDAV.Client.Version#VersionName","link":"<a href=\"ITHit.WebDAV.Client.Version.html#VersionName\">VersionName</a>","description":"This property contains a server-defined string that is different for each version.\rThis string is intended for display for a user."},{"title":"ITHit.WebDAV.Client.Version#WriteContentAsync","link":"<a href=\"ITHit.WebDAV.Client.Version.html#WriteContentAsync\">WriteContentAsync</a>","description":"Writes file content."},{"title":"ITHit.WebDAV.Client.WebDavRequest","link":"<a href=\"ITHit.WebDAV.Client.WebDavRequest.html\">WebDavRequest</a>","description":"This class represents asynchronous request to WebDAV server. The instance of this class is returned from most\rasynchronous methods of the library. You can use it to cancel the request calling Abort() method of this class\ras well as to show progress attaching to Progress event."},{"title":"ITHit.WebDAV.Client.WebDavSession","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html\">WebDavSession</a>"},{"title":"ITHit.WebDAV.Client.WebDavSession.ProtocolVersion","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#ProtocolVersion\">ProtocolVersion</a>","description":"Protocol Version of AJAX Library"},{"title":"ITHit.WebDAV.Client.WebDavSession.Version","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#Version\">Version</a>","description":"Version of AJAX Library"},{"title":"ITHit.WebDAV.Client.WebDavSession#AddListener","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#AddListener\">AddListener</a>"},{"title":"ITHit.WebDAV.Client.WebDavSession#CreateFolderAsync","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#CreateFolderAsync\">CreateFolderAsync</a>","description":"Creates folder corresponding to path."},{"title":"ITHit.WebDAV.Client.WebDavSession#event:OnBeforeRequestSend","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#event:OnBeforeRequestSend\">OnBeforeRequestSend</a>","description":"The OnBeforeRequestSend event is fired before request is being submitted to server and provides all\rinformation that is used when creating the request such as URL, HTTP verb, headers and request body."},{"title":"ITHit.WebDAV.Client.WebDavSession#event:OnResponse","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#event:OnResponse\">OnResponse</a>","description":"The OnResponse event fires when the data is received from server. In your event handler you can update\rany data received from server."},{"title":"ITHit.WebDAV.Client.WebDavSession#OpenFileAsync","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#OpenFileAsync\">OpenFileAsync</a>","description":"Load File object corresponding to path."},{"title":"ITHit.WebDAV.Client.WebDavSession#OpenFolderAsync","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#OpenFolderAsync\">OpenFolderAsync</a>","description":"Returns Folder object corresponding to path."},{"title":"ITHit.WebDAV.Client.WebDavSession#OpenItemAsync","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#OpenItemAsync\">OpenItemAsync</a>","description":"Returns HierarchyItem object corresponding to path."},{"title":"ITHit.WebDAV.Client.WebDavSession#RemoveListener","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#RemoveListener\">RemoveListener</a>"}]}
1
+ {"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.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.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.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=\"ITHit.WebDAV.Client.File.html#RefreshLockAsync\">RefreshLockAsync</a>","description":"Prolongs the lock."},{"title":"ITHit.WebDAV.Client.File#ResourceType","link":"<a href=\"ITHit.WebDAV.Client.File.html#ResourceType\">ResourceType</a>","description":"Type of the item (File or Folder)."},{"title":"ITHit.WebDAV.Client.File#ResumableUpload","link":"<a href=\"ITHit.WebDAV.Client.File.html#ResumableUpload\">ResumableUpload</a>","description":"ResumableUpload instance to manage partially failed uploads."},{"title":"ITHit.WebDAV.Client.File#Session","link":"<a href=\"ITHit.WebDAV.Client.File.html#Session\">Session</a>","description":"Current WebDAV session."},{"title":"ITHit.WebDAV.Client.File#SupportedLocks","link":"<a href=\"ITHit.WebDAV.Client.File.html#SupportedLocks\">SupportedLocks</a>","description":"Retrieves information about supported locks. Item can support exclusive, shared locks or do not support\rany locks. If you set exclusive lock other users will not be able to set any locks. If you set shared\rlock other users will be able to set shared lock on the item."},{"title":"ITHit.WebDAV.Client.File#UnlockAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#UnlockAsync\">UnlockAsync</a>","description":"Removes the lock."},{"title":"ITHit.WebDAV.Client.File#UpdatePropertiesAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#UpdatePropertiesAsync\">UpdatePropertiesAsync</a>","description":"Updates values of properties exposed by this item."},{"title":"ITHit.WebDAV.Client.File#UpdateToVersionAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#UpdateToVersionAsync\">UpdateToVersionAsync</a>","description":"Update to version."},{"title":"ITHit.WebDAV.Client.File#UsedBytes","link":"<a href=\"ITHit.WebDAV.Client.File.html#UsedBytes\">UsedBytes</a>","description":"Number of bytes used by this user on server. -1 if server does not support Quota."},{"title":"ITHit.WebDAV.Client.File#VersionControlled","link":"<a href=\"ITHit.WebDAV.Client.File.html#VersionControlled\">VersionControlled</a>","description":"Returns true if file is under version control. Otherwise false. To detect if version control could\rbe enabled for this item call GetSupportedFeaturesAsync and check for VersionControl token.\rTo enable version control call PutUnderVersionControlAsync."},{"title":"ITHit.WebDAV.Client.File#WriteContentAsync","link":"<a href=\"ITHit.WebDAV.Client.File.html#WriteContentAsync\">WriteContentAsync</a>","description":"Writes file content."},{"title":"ITHit.WebDAV.Client.Folder","link":"<a href=\"ITHit.WebDAV.Client.Folder.html\">Folder</a>","description":"Represents a folder in a WebDAV repository."},{"title":"ITHit.WebDAV.Client.Folder#ActiveLocks","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#ActiveLocks\">ActiveLocks</a>","description":"List of locks applied to this item."},{"title":"ITHit.WebDAV.Client.Folder#AvailableBytes","link":"<a href=\"ITHit.WebDAV.Client.Folder.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.Folder#CopyToAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#CopyToAsync\">CopyToAsync</a>","description":"Copies this item to destination folder."},{"title":"ITHit.WebDAV.Client.Folder#CreateFileAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#CreateFileAsync\">CreateFileAsync</a>","description":"Creates a new file with a specified name as a child of this folder."},{"title":"ITHit.WebDAV.Client.Folder#CreateFolderAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#CreateFolderAsync\">CreateFolderAsync</a>","description":"Creates a new folder with a specified name as child of this folder."},{"title":"ITHit.WebDAV.Client.Folder#CreationDate","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#CreationDate\">CreationDate</a>","description":"The date item was created."},{"title":"ITHit.WebDAV.Client.Folder#DeleteAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#DeleteAsync\">DeleteAsync</a>","description":"Deletes this item."},{"title":"ITHit.WebDAV.Client.Folder#DisplayName","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#DisplayName\">DisplayName</a>","description":"User friendly item name."},{"title":"ITHit.WebDAV.Client.Folder#GetAllPropertiesAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetAllPropertiesAsync\">GetAllPropertiesAsync</a>","description":"Retrieves all custom properties exposed by the item."},{"title":"ITHit.WebDAV.Client.Folder#GetChildrenAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetChildrenAsync\">GetChildrenAsync</a>","description":"This method returns all items contained in the folder, which may be very large. To limit amount of items returned and get only a single results page use [GetPageAsync]{@link ITHit.WebDAV.Client.Folder#GetPageAsync} function instead."},{"title":"ITHit.WebDAV.Client.Folder#GetFileAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetFileAsync\">GetFileAsync</a>","description":"Gets the specified file from server."},{"title":"ITHit.WebDAV.Client.Folder#GetFolderAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetFolderAsync\">GetFolderAsync</a>","description":"Gets the specified folder from server."},{"title":"ITHit.WebDAV.Client.Folder#GetItemAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetItemAsync\">GetItemAsync</a>","description":"Gets the specified item from server."},{"title":"ITHit.WebDAV.Client.Folder#GetPageAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetPageAsync\">GetPageAsync</a>","description":"Gets specified number of children of this folder that correspond to requested offset and sorting. Use GetSupportedFeaturesAsync() function to detect if paging is supported."},{"title":"ITHit.WebDAV.Client.Folder#GetParentAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetParentAsync\">GetParentAsync</a>","description":"Retrieves parent hierarchy item of this item."},{"title":"ITHit.WebDAV.Client.Folder#GetPropertyNamesAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetPropertyNamesAsync\">GetPropertyNamesAsync</a>","description":"Returns names of all custom properties exposed by this item."},{"title":"ITHit.WebDAV.Client.Folder#GetPropertyValuesAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetPropertyValuesAsync\">GetPropertyValuesAsync</a>","description":"Retrieves values of specific properties."},{"title":"ITHit.WebDAV.Client.Folder#GetSearchPageAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetSearchPageAsync\">GetSearchPageAsync</a>","description":"Searches folder by search string. Returns specified number of search result items that correspond to requested offset and sorting. Use GetSupportedFeaturesAsync() function to detect if paging is supported."},{"title":"ITHit.WebDAV.Client.Folder#GetSearchPageByQueryAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetSearchPageByQueryAsync\">GetSearchPageByQueryAsync</a>","description":"Searches folder by query. Returns specified number of search result items that correspond to requested offset and sorting. Use GetSupportedFeaturesAsync() function to detect if paging is supported."},{"title":"ITHit.WebDAV.Client.Folder#GetSourceAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetSourceAsync\">GetSourceAsync</a>","description":"Retrieves media type independent links."},{"title":"ITHit.WebDAV.Client.Folder#GetSupportedFeaturesAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#GetSupportedFeaturesAsync\">GetSupportedFeaturesAsync</a>","description":"Gets features supported by this item, such as WebDAV class support."},{"title":"ITHit.WebDAV.Client.Folder#Href","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#Href\">Href</a>","description":"This item path on the server."},{"title":"ITHit.WebDAV.Client.Folder#ItemExistsAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#ItemExistsAsync\">ItemExistsAsync</a>","description":"Checks whether specified item exists in the folder."},{"title":"ITHit.WebDAV.Client.Folder#LastModified","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#LastModified\">LastModified</a>","description":"Most recent modification date."},{"title":"ITHit.WebDAV.Client.Folder#LockAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.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.Folder#MoveToAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#MoveToAsync\">MoveToAsync</a>","description":"Moves this item to another location."},{"title":"ITHit.WebDAV.Client.Folder#Properties","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#Properties\">Properties</a>","description":"List of item properties."},{"title":"ITHit.WebDAV.Client.Folder#RefreshAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#RefreshAsync\">RefreshAsync</a>","description":"Refreshes item loading data from server."},{"title":"ITHit.WebDAV.Client.Folder#RefreshLockAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#RefreshLockAsync\">RefreshLockAsync</a>","description":"Prolongs the lock."},{"title":"ITHit.WebDAV.Client.Folder#ResourceType","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#ResourceType\">ResourceType</a>","description":"Type of the item (File or Folder)."},{"title":"ITHit.WebDAV.Client.Folder#SearchAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#SearchAsync\">SearchAsync</a>","description":"Searches folder by search string. To limit amount of items returned and get only a single results page use [GetSearchPageAsync]{@link ITHit.WebDAV.Client.Folder#GetSearchPageAsync} function instead."},{"title":"ITHit.WebDAV.Client.Folder#SearchByQueryAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#SearchByQueryAsync\">SearchByQueryAsync</a>","description":"This method returns all items found on the server, which may be very large. To limit amount of items returned and get only a single results page use [GetSearchPageByQueryAsync]{@link ITHit.WebDAV.Client.Folder#GetSearchPageByQueryAsync} function instead."},{"title":"ITHit.WebDAV.Client.Folder#Session","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#Session\">Session</a>","description":"Current WebDAV session."},{"title":"ITHit.WebDAV.Client.Folder#SupportedLocks","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#SupportedLocks\">SupportedLocks</a>","description":"Retrieves information about supported locks. Item can support exclusive, shared locks or do not support\rany locks. If you set exclusive lock other users will not be able to set any locks. If you set shared\rlock other users will be able to set shared lock on the item."},{"title":"ITHit.WebDAV.Client.Folder#UnlockAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#UnlockAsync\">UnlockAsync</a>","description":"Removes the lock."},{"title":"ITHit.WebDAV.Client.Folder#UpdatePropertiesAsync","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#UpdatePropertiesAsync\">UpdatePropertiesAsync</a>","description":"Updates values of properties exposed by this item."},{"title":"ITHit.WebDAV.Client.Folder#UsedBytes","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#UsedBytes\">UsedBytes</a>","description":"Number of bytes used by this user on server. -1 if server does not support Quota."},{"title":"ITHit.WebDAV.Client.Folder#VersionControlled","link":"<a href=\"ITHit.WebDAV.Client.Folder.html#VersionControlled\">VersionControlled</a>","description":"Returns true if file is under version control. Otherwise false. To detect if version control could\rbe enabled for this item call GetSupportedFeaturesAsync and check for VersionControl token.\rTo enable version control call PutUnderVersionControlAsync."},{"title":"ITHit.WebDAV.Client.GEditInfo","link":"<a href=\"ITHit.WebDAV.Client.GEditInfo.html\">GEditInfo</a>","description":"Information about lock set on an item."},{"title":"ITHit.WebDAV.Client.GEditInfo#GFileID","link":"<a href=\"ITHit.WebDAV.Client.GEditInfo.html#GFileID\">GFileID</a>","description":"File ID from google drive."},{"title":"ITHit.WebDAV.Client.GEditInfo#GRevisionID","link":"<a href=\"ITHit.WebDAV.Client.GEditInfo.html#GRevisionID\">GRevisionID</a>","description":"Revision ID from google drive."},{"title":"ITHit.WebDAV.Client.HierarchyItem","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html\">HierarchyItem</a>","description":"Represents one WebDAV item (file, folder or lock-null)."},{"title":"ITHit.WebDAV.Client.HierarchyItem#ActiveLocks","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#ActiveLocks\">ActiveLocks</a>","description":"List of locks applied to this item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#AvailableBytes","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.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.HierarchyItem#CopyToAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#CopyToAsync\">CopyToAsync</a>","description":"Copies this item to destination folder."},{"title":"ITHit.WebDAV.Client.HierarchyItem#CreationDate","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#CreationDate\">CreationDate</a>","description":"The date item was created."},{"title":"ITHit.WebDAV.Client.HierarchyItem#DeleteAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#DeleteAsync\">DeleteAsync</a>","description":"Deletes this item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#DisplayName","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#DisplayName\">DisplayName</a>","description":"User friendly item name."},{"title":"ITHit.WebDAV.Client.HierarchyItem#GetAllPropertiesAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#GetAllPropertiesAsync\">GetAllPropertiesAsync</a>","description":"Retrieves all custom properties exposed by the item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#GetParentAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#GetParentAsync\">GetParentAsync</a>","description":"Retrieves parent hierarchy item of this item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#GetPropertyNamesAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#GetPropertyNamesAsync\">GetPropertyNamesAsync</a>","description":"Returns names of all custom properties exposed by this item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#GetPropertyValuesAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#GetPropertyValuesAsync\">GetPropertyValuesAsync</a>","description":"Retrieves values of specific properties."},{"title":"ITHit.WebDAV.Client.HierarchyItem#GetSourceAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#GetSourceAsync\">GetSourceAsync</a>","description":"Retrieves media type independent links."},{"title":"ITHit.WebDAV.Client.HierarchyItem#GetSupportedFeaturesAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#GetSupportedFeaturesAsync\">GetSupportedFeaturesAsync</a>","description":"Gets features supported by this item, such as WebDAV class support."},{"title":"ITHit.WebDAV.Client.HierarchyItem#Href","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#Href\">Href</a>","description":"This item path on the server."},{"title":"ITHit.WebDAV.Client.HierarchyItem#LastModified","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#LastModified\">LastModified</a>","description":"Most recent modification date."},{"title":"ITHit.WebDAV.Client.HierarchyItem#LockAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.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.HierarchyItem#MoveToAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#MoveToAsync\">MoveToAsync</a>","description":"Moves this item to another location."},{"title":"ITHit.WebDAV.Client.HierarchyItem#Properties","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#Properties\">Properties</a>","description":"List of item properties."},{"title":"ITHit.WebDAV.Client.HierarchyItem#RefreshAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#RefreshAsync\">RefreshAsync</a>","description":"Refreshes item loading data from server."},{"title":"ITHit.WebDAV.Client.HierarchyItem#RefreshLockAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#RefreshLockAsync\">RefreshLockAsync</a>","description":"Prolongs the lock."},{"title":"ITHit.WebDAV.Client.HierarchyItem#ResourceType","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#ResourceType\">ResourceType</a>","description":"Type of the item (File or Folder)."},{"title":"ITHit.WebDAV.Client.HierarchyItem#Session","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#Session\">Session</a>","description":"Current WebDAV session."},{"title":"ITHit.WebDAV.Client.HierarchyItem#SupportedLocks","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#SupportedLocks\">SupportedLocks</a>","description":"Retrieves information about supported locks. Item can support exclusive, shared locks or do not support\rany locks. If you set exclusive lock other users will not be able to set any locks. If you set shared\rlock other users will be able to set shared lock on the item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#UnlockAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#UnlockAsync\">UnlockAsync</a>","description":"Removes the lock."},{"title":"ITHit.WebDAV.Client.HierarchyItem#UpdatePropertiesAsync","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#UpdatePropertiesAsync\">UpdatePropertiesAsync</a>","description":"Updates values of properties exposed by this item."},{"title":"ITHit.WebDAV.Client.HierarchyItem#UsedBytes","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#UsedBytes\">UsedBytes</a>","description":"Number of bytes used by this user on server. -1 if server does not support Quota."},{"title":"ITHit.WebDAV.Client.HierarchyItem#VersionControlled","link":"<a href=\"ITHit.WebDAV.Client.HierarchyItem.html#VersionControlled\">VersionControlled</a>","description":"Returns true if file is under version control. Otherwise false. To detect if version control could\rbe enabled for this item call GetSupportedFeaturesAsync and check for VersionControl token.\rTo enable version control call PutUnderVersionControlAsync."},{"title":"ITHit.WebDAV.Client.HttpStatus","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html\">HttpStatus</a>","description":"Structure that describes HTTP response's status."},{"title":"ITHit.WebDAV.Client.HttpStatus.BadGateway","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#BadGateway\">BadGateway</a>","description":"The server, while acting as a gateway or proxy, received an invalid response from the upstream\rserver it accessed in attempting to fulfill the request."},{"title":"ITHit.WebDAV.Client.HttpStatus.BadRequest","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#BadRequest\">BadRequest</a>","description":"The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat\rthe request without modifications."},{"title":"ITHit.WebDAV.Client.HttpStatus.Conflict","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Conflict\">Conflict</a>","description":"The request could not be completed due to a conflict with the current state of the resource."},{"title":"ITHit.WebDAV.Client.HttpStatus.Created","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Created\">Created</a>","description":"The request has been fulfilled and resulted in a new resource being created."},{"title":"ITHit.WebDAV.Client.HttpStatus.DependencyFailed","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#DependencyFailed\">DependencyFailed</a>","description":"The method could not be performed on the resource because the requested action depended on another\raction and that action failed."},{"title":"ITHit.WebDAV.Client.HttpStatus.Forbidden","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Forbidden\">Forbidden</a>","description":"The server understood the request, but is refusing to fulfill it."},{"title":"ITHit.WebDAV.Client.HttpStatus.InsufficientStorage","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#InsufficientStorage\">InsufficientStorage</a>","description":"The method could not be performed on the resource because the server is unable to store the\rrepresentation needed to successfully complete the request."},{"title":"ITHit.WebDAV.Client.HttpStatus.Locked","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Locked\">Locked</a>","description":"The source or destination resource of a method is locked."},{"title":"ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#MethodNotAllowed\">MethodNotAllowed</a>","description":"The method specified in the Request-Line is not allowed for the resource identified by the Request-URI."},{"title":"ITHit.WebDAV.Client.HttpStatus.MultiStatus","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#MultiStatus\">MultiStatus</a>","description":"This status code provides status for multiple independent operations."},{"title":"ITHit.WebDAV.Client.HttpStatus.NoContent","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#NoContent\">NoContent</a>","description":"The server has fulfilled the request but does not need to return an entity-body, and might want to\rreturn updated meta information."},{"title":"ITHit.WebDAV.Client.HttpStatus.None","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#None\">None</a>","description":"No status defined."},{"title":"ITHit.WebDAV.Client.HttpStatus.NotFound","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#NotFound\">NotFound</a>","description":"The server has not found anything matching the Request-URI."},{"title":"ITHit.WebDAV.Client.HttpStatus.NotImplemented","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#NotImplemented\">NotImplemented</a>","description":"The server does not support the functionality required to fulfill the request."},{"title":"ITHit.WebDAV.Client.HttpStatus.OK","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#OK\">OK</a>","description":"The request has succeeded."},{"title":"ITHit.WebDAV.Client.HttpStatus.Parse","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Parse\">Parse</a>","description":"Parses HttpStatus structure from string containing status information."},{"title":"ITHit.WebDAV.Client.HttpStatus.PartialContent","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#PartialContent\">PartialContent</a>","description":"The server has fulfilled the partial GET request for the resource."},{"title":"ITHit.WebDAV.Client.HttpStatus.PreconditionFailed","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#PreconditionFailed\">PreconditionFailed</a>","description":"The precondition given in one or more of the request-header fields evaluated to false when it was tested\ron the server."},{"title":"ITHit.WebDAV.Client.HttpStatus.Redirect","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Redirect\">Redirect</a>","description":"This status code is used instead if 302 redirect. This is because 302 code is processed automatically\rand there is no way to process redirect to login page."},{"title":"ITHit.WebDAV.Client.HttpStatus.Unauthorized","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Unauthorized\">Unauthorized</a>","description":"The request requires user authentication."},{"title":"ITHit.WebDAV.Client.HttpStatus#Code","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Code\">Code</a>"},{"title":"ITHit.WebDAV.Client.HttpStatus#Description","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Description\">Description</a>"},{"title":"ITHit.WebDAV.Client.HttpStatus#Equals","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#Equals\">Equals</a>","description":"Indicates whether the current HttpStatus structure is equal to another HttpStatus structure."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsCopyMoveOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsCopyMoveOk\">IsCopyMoveOk</a>","description":"Returns true if status is successful for Copy or Move operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsCreateOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsCreateOk\">IsCreateOk</a>","description":"Returns true if status is successful for Create operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsDeleteOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsDeleteOk\">IsDeleteOk</a>","description":"Returns true if status is successful for Delete operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsGetOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsGetOk\">IsGetOk</a>","description":"Returns true if status is successful for Get operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsHeadOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsHeadOk\">IsHeadOk</a>","description":"Returns true if status is successful for Head operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsOk\">IsOk</a>","description":"Returns true if status is successful."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsPutOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsPutOk\">IsPutOk</a>","description":"Returns true if status is successful for Put operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsSuccess","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsSuccess\">IsSuccess</a>","description":"Returns true if status is successful."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsUnlockOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsUnlockOk\">IsUnlockOk</a>","description":"Returns true if status is successful for Unlock operation."},{"title":"ITHit.WebDAV.Client.HttpStatus#IsUpdateOk","link":"<a href=\"ITHit.WebDAV.Client.HttpStatus.html#IsUpdateOk\">IsUpdateOk</a>","description":"Returns true if status is successful for Proppatch operation."},{"title":"ITHit.WebDAV.Client.LockInfo","link":"<a href=\"ITHit.WebDAV.Client.LockInfo.html\">LockInfo</a>","description":"Information about lock set on an item."},{"title":"ITHit.WebDAV.Client.LockInfo#Deep","link":"<a href=\"ITHit.WebDAV.Client.LockInfo.html#Deep\">Deep</a>","description":"Whether lock is set on item's children."},{"title":"ITHit.WebDAV.Client.LockInfo#LockScope","link":"<a href=\"ITHit.WebDAV.Client.LockInfo.html#LockScope\">LockScope</a>","description":"Scope of the lock."},{"title":"ITHit.WebDAV.Client.LockInfo#LockToken","link":"<a href=\"ITHit.WebDAV.Client.LockInfo.html#LockToken\">LockToken</a>","description":"Lock token."},{"title":"ITHit.WebDAV.Client.LockInfo#Owner","link":"<a href=\"ITHit.WebDAV.Client.LockInfo.html#Owner\">Owner</a>","description":"Owner's name."},{"title":"ITHit.WebDAV.Client.LockInfo#TimeOut","link":"<a href=\"ITHit.WebDAV.Client.LockInfo.html#TimeOut\">TimeOut</a>","description":"Timeout until lock expires."},{"title":"ITHit.WebDAV.Client.LockScope","link":"<a href=\"ITHit.WebDAV.Client.LockScope.html\">LockScope</a>","description":"Scope of the lock.\rRepresents exclusive or shared lock."},{"title":"ITHit.WebDAV.Client.LockScope.Exclusive","link":"<a href=\"ITHit.WebDAV.Client.LockScope.html#Exclusive\">Exclusive</a>","description":"Exclusive lock. No one else can obtain the lock."},{"title":"ITHit.WebDAV.Client.LockScope.Shared","link":"<a href=\"ITHit.WebDAV.Client.LockScope.html#Shared\">Shared</a>","description":"Shared lock. It will be possible for another clients to get the shared locks."},{"title":"ITHit.WebDAV.Client.LockUriTokenPair","link":"<a href=\"ITHit.WebDAV.Client.LockUriTokenPair.html\">LockUriTokenPair</a>","description":"Represents pair of resource uri - lock token. Is used to access locked resources."},{"title":"ITHit.WebDAV.Client.LockUriTokenPair#Href","link":"<a href=\"ITHit.WebDAV.Client.LockUriTokenPair.html#Href\">Href</a>","description":"Path to the locked resource."},{"title":"ITHit.WebDAV.Client.LockUriTokenPair#LockToken","link":"<a href=\"ITHit.WebDAV.Client.LockUriTokenPair.html#LockToken\">LockToken</a>","description":"Lock token."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html\">MsOfficeEditExtensions</a>","description":"The class represents set of extensions to be edited with Microsoft Office."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Access","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Access\">Access</a>","description":"Array of file extensions which are opened with Microsoft Access."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Excel","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Excel\">Excel</a>","description":"Array of file extensions which are opened with Microsoft Excel."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Infopath","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Infopath\">Infopath</a>","description":"Array of file extensions which are opened with Microsoft Infopath."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Powerpoint","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Powerpoint\">Powerpoint</a>","description":"Array of file extensions which are opened with Microsoft Powerpoint."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Project","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Project\">Project</a>","description":"Array of file extensions which are opened with Microsoft Project."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Publisher","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Publisher\">Publisher</a>","description":"Array of file extensions which are opened with Microsoft Publisher."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Visio","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Visio\">Visio</a>","description":"Array of file extensions which are opened with Microsoft Visio."},{"title":"ITHit.WebDAV.Client.MsOfficeEditExtensions.Word","link":"<a href=\"ITHit.WebDAV.Client.MsOfficeEditExtensions.html#Word\">Word</a>","description":"Array of file extensions which are opened with Microsoft Word."},{"title":"ITHit.WebDAV.Client.Multistatus","link":"<a href=\"ITHit.WebDAV.Client.Multistatus.html\">Multistatus</a>","description":"Represents information about errors occurred in different elements."},{"title":"ITHit.WebDAV.Client.Multistatus#Description","link":"<a href=\"ITHit.WebDAV.Client.Multistatus.html#Description\">Description</a>","description":"Gets the generic description, if available."},{"title":"ITHit.WebDAV.Client.Multistatus#Responses","link":"<a href=\"ITHit.WebDAV.Client.Multistatus.html#Responses\">Responses</a>","description":"Array of the errors returned by server."},{"title":"ITHit.WebDAV.Client.MultistatusResponse","link":"<a href=\"ITHit.WebDAV.Client.MultistatusResponse.html\">MultistatusResponse</a>","description":"Represents error occurred in one element."},{"title":"ITHit.WebDAV.Client.MultistatusResponse#Description","link":"<a href=\"ITHit.WebDAV.Client.MultistatusResponse.html#Description\">Description</a>","description":"Array of the errors returned by server."},{"title":"ITHit.WebDAV.Client.MultistatusResponse#Href","link":"<a href=\"ITHit.WebDAV.Client.MultistatusResponse.html#Href\">Href</a>","description":"Request href"},{"title":"ITHit.WebDAV.Client.MultistatusResponse#Status","link":"<a href=\"ITHit.WebDAV.Client.MultistatusResponse.html#Status\">Status</a>","description":"HTTP Status of the operation."},{"title":"ITHit.WebDAV.Client.OptionsInfo","link":"<a href=\"ITHit.WebDAV.Client.OptionsInfo.html\">OptionsInfo</a>","description":"Options of an item, described by supported HTTP extensions."},{"title":"ITHit.WebDAV.Client.OptionsInfo#Features","link":"<a href=\"ITHit.WebDAV.Client.OptionsInfo.html#Features\">Features</a>","description":"Features supported by WebDAV server. See Features Enumeration {@link ITHit.WebDAV.Client.Features}."},{"title":"ITHit.WebDAV.Client.OrderProperty","link":"<a href=\"ITHit.WebDAV.Client.OrderProperty.html\">OrderProperty</a>","description":"Initializes new instance of OrderProperty."},{"title":"ITHit.WebDAV.Client.OrderProperty#Ascending","link":"<a href=\"ITHit.WebDAV.Client.OrderProperty.html#Ascending\">Ascending</a>","description":"Order direction."},{"title":"ITHit.WebDAV.Client.OrderProperty#Property","link":"<a href=\"ITHit.WebDAV.Client.OrderProperty.html#Property\">Property</a>","description":"Property name."},{"title":"ITHit.WebDAV.Client.OrderProperty#toString","link":"<a href=\"ITHit.WebDAV.Client.OrderProperty.html#toString\">toString</a>","description":"Returns string representation of current property name."},{"title":"ITHit.WebDAV.Client.PageResults","link":"<a href=\"ITHit.WebDAV.Client.PageResults.html\">PageResults</a>","description":"Array of file and folder items that correspond to the offset, number of items and sorting conditions requested from server.\rAlso contains a total number of items in this folder or in search results."},{"title":"ITHit.WebDAV.Client.PageResults#Page","link":"<a href=\"ITHit.WebDAV.Client.PageResults.html#Page\">Page</a>","description":"Items that correspond to the requested page and sorting."},{"title":"ITHit.WebDAV.Client.PageResults#TotalItems","link":"<a href=\"ITHit.WebDAV.Client.PageResults.html#TotalItems\">TotalItems</a>","description":"Total number of items in the folder or in search results."},{"title":"ITHit.WebDAV.Client.Property","link":"<a href=\"ITHit.WebDAV.Client.Property.html\">Property</a>","description":"Initializes new string valued property."},{"title":"ITHit.WebDAV.Client.Property#Name","link":"<a href=\"ITHit.WebDAV.Client.Property.html#Name\">Name</a>","description":"Property Name."},{"title":"ITHit.WebDAV.Client.Property#StringValue","link":"<a href=\"ITHit.WebDAV.Client.Property.html#StringValue\">StringValue</a>","description":"String value of the custom property."},{"title":"ITHit.WebDAV.Client.Property#Value","link":"<a href=\"ITHit.WebDAV.Client.Property.html#Value\">Value</a>","description":"Property value."},{"title":"ITHit.WebDAV.Client.PropertyList","link":"<a href=\"ITHit.WebDAV.Client.PropertyList.html\">PropertyList</a>","description":"List of WebDAV properties."},{"title":"ITHit.WebDAV.Client.PropertyList#Find","link":"<a href=\"ITHit.WebDAV.Client.PropertyList.html#Find\">Find</a>","description":"Gets property value found by property name and namespace. Returns null if property with such name does not exist."},{"title":"ITHit.WebDAV.Client.PropertyList#Has","link":"<a href=\"ITHit.WebDAV.Client.PropertyList.html#Has\">Has</a>","description":"Returns true if the with the specified property name and namespace exists in property list.\rReturns false if does not exist."},{"title":"ITHit.WebDAV.Client.PropertyMultistatusResponse","link":"<a href=\"ITHit.WebDAV.Client.PropertyMultistatusResponse.html\">PropertyMultistatusResponse</a>","description":"Provides means for finding which properties failed to update."},{"title":"ITHit.WebDAV.Client.PropertyMultistatusResponse#Description","link":"<a href=\"ITHit.WebDAV.Client.PropertyMultistatusResponse.html#Description\">Description</a>","description":"Array of the errors returned by server."},{"title":"ITHit.WebDAV.Client.PropertyMultistatusResponse#Href","link":"<a href=\"ITHit.WebDAV.Client.PropertyMultistatusResponse.html#Href\">Href</a>","description":"Request href"},{"title":"ITHit.WebDAV.Client.PropertyMultistatusResponse#PropertyName","link":"<a href=\"ITHit.WebDAV.Client.PropertyMultistatusResponse.html#PropertyName\">PropertyName</a>","description":"Name of the property, if element is property. Otherwise null."},{"title":"ITHit.WebDAV.Client.PropertyMultistatusResponse#Status","link":"<a href=\"ITHit.WebDAV.Client.PropertyMultistatusResponse.html#Status\">Status</a>","description":"HTTP Status of the operation."},{"title":"ITHit.WebDAV.Client.PropertyName","link":"<a href=\"ITHit.WebDAV.Client.PropertyName.html\">PropertyName</a>","description":"Initializes new instance of PropertyName."},{"title":"ITHit.WebDAV.Client.PropertyName#Name","link":"<a href=\"ITHit.WebDAV.Client.PropertyName.html#Name\">Name</a>","description":"Name of the property."},{"title":"ITHit.WebDAV.Client.PropertyName#NamespaceUri","link":"<a href=\"ITHit.WebDAV.Client.PropertyName.html#NamespaceUri\">NamespaceUri</a>","description":"Namespace of the property."},{"title":"ITHit.WebDAV.Client.PropertyName#toString","link":"<a href=\"ITHit.WebDAV.Client.PropertyName.html#toString\">toString</a>","description":"Returns string representation of current property name."},{"title":"ITHit.WebDAV.Client.Request","link":"<a href=\"ITHit.WebDAV.Client.Request.html\">Request</a>","description":"Represents a context for one or many requests."},{"title":"ITHit.WebDAV.Client.Request#Abort","link":"<a href=\"ITHit.WebDAV.Client.Request.html#Abort\">Abort</a>","description":"Cancels asynchronous request. The Finish event and the callback function will be called immediately after this method call."},{"title":"ITHit.WebDAV.Client.Request#AddListener","link":"<a href=\"ITHit.WebDAV.Client.Request.html#AddListener\">AddListener</a>"},{"title":"ITHit.WebDAV.Client.Request#event:OnError","link":"<a href=\"ITHit.WebDAV.Client.Request.html#event:OnError\">OnError</a>","description":"Error event trigger when one of request operations have error.\rNotice: This event trigger before async method callback."},{"title":"ITHit.WebDAV.Client.Request#event:OnFinish","link":"<a href=\"ITHit.WebDAV.Client.Request.html#event:OnFinish\">OnFinish</a>","description":"Finish event trigger once when all operations in requests is complete.\rNotice: This event trigger before async method callback."},{"title":"ITHit.WebDAV.Client.Request#event:OnProgress","link":"<a href=\"ITHit.WebDAV.Client.Request.html#event:OnProgress\">OnProgress</a>","description":"Progress event trigger on update information about request progress.\rSee {@link ITHit.WebDAV.Client.RequestProgress} for more information."},{"title":"ITHit.WebDAV.Client.Request#Progress","link":"<a href=\"ITHit.WebDAV.Client.Request.html#Progress\">Progress</a>","description":"Progress info object, auto updated on `OnProgress` event."},{"title":"ITHit.WebDAV.Client.Request#RemoveListener","link":"<a href=\"ITHit.WebDAV.Client.Request.html#RemoveListener\">RemoveListener</a>"},{"title":"ITHit.WebDAV.Client.RequestProgress","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html\">RequestProgress</a>","description":"Represents a context for one or many requests."},{"title":"ITHit.WebDAV.Client.RequestProgress#BytesLoaded","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html#BytesLoaded\">BytesLoaded</a>","description":"Count of loaded bytes"},{"title":"ITHit.WebDAV.Client.RequestProgress#BytesTotal","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html#BytesTotal\">BytesTotal</a>","description":"Total bytes. This param can be changed in progress, if request has many operations (sub-requests)."},{"title":"ITHit.WebDAV.Client.RequestProgress#CountComplete","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html#CountComplete\">CountComplete</a>","description":"Count of complete operations"},{"title":"ITHit.WebDAV.Client.RequestProgress#CountTotal","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html#CountTotal\">CountTotal</a>","description":"Total operations count"},{"title":"ITHit.WebDAV.Client.RequestProgress#LengthComputable","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html#LengthComputable\">LengthComputable</a>","description":"Flag indicating if the resource concerned by the XMLHttpRequest ProgressEvent has a length that can be calculated."},{"title":"ITHit.WebDAV.Client.RequestProgress#Percent","link":"<a href=\"ITHit.WebDAV.Client.RequestProgress.html#Percent\">Percent</a>","description":"Progress in percents"},{"title":"ITHit.WebDAV.Client.ResourceType","link":"<a href=\"ITHit.WebDAV.Client.ResourceType.html\">ResourceType</a>","description":"Enumeration of the item (Resource or Folder)."},{"title":"ITHit.WebDAV.Client.ResourceType.File","link":"<a href=\"ITHit.WebDAV.Client.ResourceType.html#File\">File</a>","description":"Item is file."},{"title":"ITHit.WebDAV.Client.ResourceType.Folder","link":"<a href=\"ITHit.WebDAV.Client.ResourceType.html#Folder\">Folder</a>","description":"Item is folder."},{"title":"ITHit.WebDAV.Client.ResumableUpload","link":"<a href=\"ITHit.WebDAV.Client.ResumableUpload.html\">ResumableUpload</a>","description":"Provides support partial uploads and resuming broken uploads."},{"title":"ITHit.WebDAV.Client.ResumableUpload#CancelUploadAsync","link":"<a href=\"ITHit.WebDAV.Client.ResumableUpload.html#CancelUploadAsync\">CancelUploadAsync</a>","description":"Cancels upload of the file."},{"title":"ITHit.WebDAV.Client.ResumableUpload#GetBytesUploadedAsync","link":"<a href=\"ITHit.WebDAV.Client.ResumableUpload.html#GetBytesUploadedAsync\">GetBytesUploadedAsync</a>","description":"Get amount of bytes successfully uploaded to server."},{"title":"ITHit.WebDAV.Client.SearchQuery","link":"<a href=\"ITHit.WebDAV.Client.SearchQuery.html\">SearchQuery</a>"},{"title":"ITHit.WebDAV.Client.SearchQuery#EnableContains","link":"<a href=\"ITHit.WebDAV.Client.SearchQuery.html#EnableContains\">EnableContains</a>","description":"Enables or disables search inside file content. Default is <code>true</code>."},{"title":"ITHit.WebDAV.Client.SearchQuery#EnableLike","link":"<a href=\"ITHit.WebDAV.Client.SearchQuery.html#EnableLike\">EnableLike</a>","description":"Enables or disables search by properties specified in <code>LikeProperties</code> list. Default is <code>true</code>."},{"title":"ITHit.WebDAV.Client.SearchQuery#LikeProperties","link":"<a href=\"ITHit.WebDAV.Client.SearchQuery.html#LikeProperties\">LikeProperties</a>","description":"List of properties to be used in like conditions. The search phrase will be searched in the properties specilied in this list."},{"title":"ITHit.WebDAV.Client.SearchQuery#Phrase","link":"<a href=\"ITHit.WebDAV.Client.SearchQuery.html#Phrase\">Phrase</a>","description":"Search phrase."},{"title":"ITHit.WebDAV.Client.SearchQuery#SelectProperties","link":"<a href=\"ITHit.WebDAV.Client.SearchQuery.html#SelectProperties\">SelectProperties</a>","description":"<p>Properties to be returned from server with each item returned in search results.</p> \r<p>This property can be used to request any additional data required in search results, such as snippet of \rtext around the search phrase, document title, author name, etc.</p>"},{"title":"ITHit.WebDAV.Client.Source","link":"<a href=\"ITHit.WebDAV.Client.Source.html\">Source</a>","description":"Media type independent link."},{"title":"ITHit.WebDAV.Client.Source#Dst","link":"<a href=\"ITHit.WebDAV.Client.Source.html#Dst\">Dst</a>","description":"Destination location."},{"title":"ITHit.WebDAV.Client.Source#Src","link":"<a href=\"ITHit.WebDAV.Client.Source.html#Src\">Src</a>","description":"Source location."},{"title":"ITHit.WebDAV.Client.SPSManager","link":"<a href=\"ITHit.WebDAV.Client.SPSManager.html\">SPSManager</a>","description":"This class provides methods for opening documents for editing directly from Sharepoint site and saving back to site\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.SPSManager.SharePointEditDocument","link":"<a href=\"ITHit.WebDAV.Client.SPSManager.html#SharePointEditDocument\">SharePointEditDocument</a>","description":"<p>Opens document from Sharepoint sites for editing or printing using davX: protocol and prompts to install the protocol it if not found.</p>"},{"title":"ITHit.WebDAV.Client.SPSManager.Version","link":"<a href=\"ITHit.WebDAV.Client.SPSManager.html#Version\">Version</a>","description":"Version of SPS Library"},{"title":"ITHit.WebDAV.Client.Upload.Collections.Map","link":"<a href=\"ITHit.WebDAV.Client.Upload.Collections.Map.html\">Map</a>","description":"Creates new Map."},{"title":"ITHit.WebDAV.Client.Upload.Collections.Map~ForEachCallBack","link":"<a href=\"ITHit.WebDAV.Client.Upload.Collections.Map.html#ForEachCallBack\">ForEachCallBack</a>","description":"Callback function to be called on each item."},{"title":"ITHit.WebDAV.Client.Upload.Collections.Pair","link":"<a href=\"ITHit.WebDAV.Client.Upload.Collections.Pair.html\">Pair</a>"},{"title":"ITHit.WebDAV.Client.Upload.Controls.DropZone","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.DropZone.html\">DropZone</a>","description":"Instance of this class provides metadata for drop zone."},{"title":"ITHit.WebDAV.Client.Upload.Controls.DropZone#HtmlElement","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.DropZone.html#HtmlElement\">HtmlElement</a>","description":"Associated HTML Element"},{"title":"ITHit.WebDAV.Client.Upload.Controls.DropZone#Id","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.DropZone.html#Id\">Id</a>","description":"Id attribute."},{"title":"ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.html\">FSEntryFactory</a>","description":"This class provides methods for creation of {@link ITHit.WebDAV.Client.Upload.FSEntryFactory}s."},{"title":"ITHit.WebDAV.Client.Upload.Controls.HtmlControl","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html\">HtmlControl</a>"},{"title":"ITHit.WebDAV.Client.Upload.Controls.HtmlControl#HtmlElement","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html#HtmlElement\">HtmlElement</a>","description":"Associated HTML Element"},{"title":"ITHit.WebDAV.Client.Upload.Controls.HtmlControl#Id","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html#Id\">Id</a>","description":"Id attribute."},{"title":"ITHit.WebDAV.Client.Upload.Controls.Input","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.Input.html\">Input</a>","description":"Instance of this class provides metadata for input."},{"title":"ITHit.WebDAV.Client.Upload.Controls.Input#HtmlElement","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.Input.html#HtmlElement\">HtmlElement</a>","description":"Associated HTML Element"},{"title":"ITHit.WebDAV.Client.Upload.Controls.Input#Id","link":"<a href=\"ITHit.WebDAV.Client.Upload.Controls.Input.html#Id\">Id</a>","description":"Id attribute."},{"title":"ITHit.WebDAV.Client.Upload.DropZoneCollection","link":"<a href=\"ITHit.WebDAV.Client.Upload.DropZoneCollection.html\">DropZoneCollection</a>","description":"Instance of this class store drop zones and provide methods to creating\rand removing them"},{"title":"ITHit.WebDAV.Client.Upload.DropZoneCollection#AddById","link":"<a href=\"ITHit.WebDAV.Client.Upload.DropZoneCollection.html#AddById\">AddById</a>","description":"Bind HTML element as drop zone."},{"title":"ITHit.WebDAV.Client.Upload.DropZoneCollection#GetById","link":"<a href=\"ITHit.WebDAV.Client.Upload.DropZoneCollection.html#GetById\">GetById</a>","description":"Get drop zone by Id."},{"title":"ITHit.WebDAV.Client.Upload.DropZoneCollection#RemoveById","link":"<a href=\"ITHit.WebDAV.Client.Upload.DropZoneCollection.html#RemoveById\">RemoveById</a>","description":"Remove HTML element from drop zone Controls by id."},{"title":"ITHit.WebDAV.Client.Upload.DropZoneCollection#Uploader","link":"<a href=\"ITHit.WebDAV.Client.Upload.DropZoneCollection.html#Uploader\">Uploader</a>"},{"title":"ITHit.WebDAV.Client.Upload.Events.AsyncEvent","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html\">AsyncEvent</a>"},{"title":"ITHit.WebDAV.Client.Upload.Events.AsyncEvent#GetIsHandled","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html#GetIsHandled\">GetIsHandled</a>","description":"This methods return value that indicates that event already processed."},{"title":"ITHit.WebDAV.Client.Upload.Events.AsyncEvent#Name","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html#Name\">Name</a>","description":"Event name."},{"title":"ITHit.WebDAV.Client.Upload.Events.AsyncEvent#Sender","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html#Sender\">Sender</a>","description":"Event source."},{"title":"ITHit.WebDAV.Client.Upload.Events.BaseEvent","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BaseEvent.html\">BaseEvent</a>"},{"title":"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html\">BeforeUploadStarted</a>","description":"This object is passed to {@link ITHit.WebDAV.Client.Upload.UploadItem#event:OnBeforeUploadStarted}.\rYou can validate these item as well as specify if item should be overwritten.\rTo continue upload the {@link ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Upload} function should be called.\rTo skip upload the {@link ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Skip} function should be called."},{"title":"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#GetIsHandled","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html#GetIsHandled\">GetIsHandled</a>","description":"This methods return value that indicates that event already processed."},{"title":"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Name","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html#Name\">Name</a>","description":"Event name."},{"title":"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Sender","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html#Sender\">Sender</a>","description":"Event source."},{"title":"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Skip","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html#Skip\">Skip</a>","description":"Change item state to {@link ITHit.WebDAV.Client.Upload.State.Skipped}."},{"title":"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Upload","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html#Upload\">Upload</a>","description":"Continues items upload.\rIf item should not upload call {@link ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Skip} method.\rIf any items in the upload list should be overwritten call {@link ITHit.WebDAV.Client.Upload.UploadItem#SetOverwrite(true)} on item."},{"title":"ITHit.WebDAV.Client.Upload.Events.Error","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.Error.html\">Error</a>","description":"This class provides state change event data;"},{"title":"ITHit.WebDAV.Client.Upload.Events.ProgressChanged","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html\">ProgressChanged</a>","description":"This class provides state change event data;"},{"title":"ITHit.WebDAV.Client.Upload.Events.ProgressChanged#NewProgress","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html#NewProgress\">NewProgress</a>","description":"Actual progress."},{"title":"ITHit.WebDAV.Client.Upload.Events.ProgressChanged#OldProgress","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html#OldProgress\">OldProgress</a>","description":"Previous progress."},{"title":"ITHit.WebDAV.Client.Upload.Events.QueueChanged","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.QueueChanged.html\">QueueChanged</a>"},{"title":"ITHit.WebDAV.Client.Upload.Events.QueueChanged#AddedItems","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.QueueChanged.html#AddedItems\">AddedItems</a>","description":"Added items."},{"title":"ITHit.WebDAV.Client.Upload.Events.QueueChanged#RemovedItems","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.QueueChanged.html#RemovedItems\">RemovedItems</a>","description":"Removed items."},{"title":"ITHit.WebDAV.Client.Upload.Events.StateChanged","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.StateChanged.html\">StateChanged</a>","description":"This class provides state change event data;"},{"title":"ITHit.WebDAV.Client.Upload.Events.StateChanged#NewState","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.StateChanged.html#NewState\">NewState</a>","description":"Actual state."},{"title":"ITHit.WebDAV.Client.Upload.Events.StateChanged#OldState","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.StateChanged.html#OldState\">OldState</a>","description":"Previous state."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html\">UploadError</a>"},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError#Error","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html#Error\">Error</a>","description":"Error object."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError#GetIsHandled","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html#GetIsHandled\">GetIsHandled</a>","description":"This methods return value that indicates that event already processed."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError#Name","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html#Name\">Name</a>","description":"Event name."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError#Retry","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html#Retry\">Retry</a>","description":"Retry upload."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError#Sender","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html#Sender\">Sender</a>","description":"Event source."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadError#Skip","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadError.html#Skip\">Skip</a>","description":"Skips retry. UploadItem becomes failed."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html\">UploadItemsCreated</a>","description":"This object is passed to {@link ITHit.WebDAV.Client.Upload.Queue#event:OnUploadItemsCreated} and contains list of items selected by user for upload.\rYou can validate these items as well as specify if item should be overwritten.\rTo continue upload the UploadItemsCreated.Upload() function with the list of items to be uploaded should be called."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated#GetIsHandled","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html#GetIsHandled\">GetIsHandled</a>","description":"This methods return value that indicates that event already processed."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated#Items","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html#Items\">Items</a>","description":"Added items."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated#Name","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html#Name\">Name</a>","description":"Event name."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated#Sender","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html#Sender\">Sender</a>","description":"Event source."},{"title":"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated#Upload","link":"<a href=\"ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html#Upload\">Upload</a>","description":"Continues items upload. Pass a list of items to upload.\rIf any items should not upload do not include them in this list.\rIf any items in the upload list should be overwritten call {@link ITHit.WebDAV.Client.Upload.UploadItem#SetOverwrite(true)}) on each item."},{"title":"ITHit.WebDAV.Client.Upload.FileSpan","link":"<a href=\"ITHit.WebDAV.Client.Upload.FileSpan.html\">FileSpan</a>"},{"title":"ITHit.WebDAV.Client.Upload.FSEntry","link":"<a href=\"ITHit.WebDAV.Client.Upload.FSEntry.html\">FSEntry</a>","description":"This class represents file or folder in unify form."},{"title":"ITHit.WebDAV.Client.Upload.FSEntry.PathSeparator","link":"<a href=\"ITHit.WebDAV.Client.Upload.FSEntry.html#PathSeparator\">PathSeparator</a>"},{"title":"ITHit.WebDAV.Client.Upload.Groups.GroupManager","link":"<a href=\"ITHit.WebDAV.Client.Upload.Groups.GroupManager.html\">GroupManager</a>"},{"title":"ITHit.WebDAV.Client.Upload.InputCollection","link":"<a href=\"ITHit.WebDAV.Client.Upload.InputCollection.html\">InputCollection</a>","description":"List of upload inputs. Contains items of {@link ITHit.WebDAV.Client.Upload.Controls.Input} type."},{"title":"ITHit.WebDAV.Client.Upload.InputCollection#AddById","link":"<a href=\"ITHit.WebDAV.Client.Upload.InputCollection.html#AddById\">AddById</a>","description":"Bind HTML element as input."},{"title":"ITHit.WebDAV.Client.Upload.InputCollection#GetById","link":"<a href=\"ITHit.WebDAV.Client.Upload.InputCollection.html#GetById\">GetById</a>","description":"Get input object by Id."},{"title":"ITHit.WebDAV.Client.Upload.InputCollection#RemoveById","link":"<a href=\"ITHit.WebDAV.Client.Upload.InputCollection.html#RemoveById\">RemoveById</a>","description":"Remove HTML element from input Controls by id."},{"title":"ITHit.WebDAV.Client.Upload.InputCollection#Uploader","link":"<a href=\"ITHit.WebDAV.Client.Upload.InputCollection.html#Uploader\">Uploader</a>"},{"title":"ITHit.WebDAV.Client.Upload.Progress","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html\">Progress</a>","description":"This class represents progress state of upload."},{"title":"ITHit.WebDAV.Client.Upload.Progress#Completed","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html#Completed\">Completed</a>","description":"Progress in percents."},{"title":"ITHit.WebDAV.Client.Upload.Progress#ElapsedTime","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html#ElapsedTime\">ElapsedTime</a>","description":"Elapsed time in seconds."},{"title":"ITHit.WebDAV.Client.Upload.Progress#RemainingTime","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html#RemainingTime\">RemainingTime</a>","description":"Time left in seconds."},{"title":"ITHit.WebDAV.Client.Upload.Progress#Speed","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html#Speed\">Speed</a>","description":"Speed in bytes/s."},{"title":"ITHit.WebDAV.Client.Upload.Progress#TotalBytes","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html#TotalBytes\">TotalBytes</a>","description":"Total bytes to upload."},{"title":"ITHit.WebDAV.Client.Upload.Progress#UploadedBytes","link":"<a href=\"ITHit.WebDAV.Client.Upload.Progress.html#UploadedBytes\">UploadedBytes</a>","description":"Bytes uploaded."},{"title":"ITHit.WebDAV.Client.Upload.Providers.ProgressTracker","link":"<a href=\"ITHit.WebDAV.Client.Upload.Providers.ProgressTracker.html\">ProgressTracker</a>","description":"Creates new ProgressTracker."},{"title":"ITHit.WebDAV.Client.Upload.Providers.UploadProvider","link":"<a href=\"ITHit.WebDAV.Client.Upload.Providers.UploadProvider.html\">UploadProvider</a>"},{"title":"ITHit.WebDAV.Client.Upload.Queue","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html\">Queue</a>","description":"List of items being uploaded. Each item in the list describes the file\ror folder upload state and provides methods for managing upload."},{"title":"ITHit.WebDAV.Client.Upload.Queue#AddListener","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#AddListener\">AddListener</a>","description":"Add event handlers."},{"title":"ITHit.WebDAV.Client.Upload.Queue#event:OnQueueChanged","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#event:OnQueueChanged\">OnQueueChanged</a>","description":"Event reporting that queue changed. Fired when item is added or deleted from queue."},{"title":"ITHit.WebDAV.Client.Upload.Queue#event:OnUploadItemsCreated","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#event:OnUploadItemsCreated\">OnUploadItemsCreated</a>","description":"Event fired {@link ITHit.WebDAV.Client.Upload.UploadItem}s are created.\rYou will validate files selected for upload in this event and present user interface if user interaction is necessary.\rIn this event you can check if each item exists on the server and specify if item should be overwritten or skipped.\rYou can also validate file size, file extension, file upload path and file name.\r\rTo continue upload the {@link ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated#Upload} function with the list of items to be uploaded should be called."},{"title":"ITHit.WebDAV.Client.Upload.Queue#RemoveByUrl","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#RemoveByUrl\">RemoveByUrl</a>","description":"Removes upload file from queue."},{"title":"ITHit.WebDAV.Client.Upload.Queue#RemoveListener","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#RemoveListener\">RemoveListener</a>","description":"Removes event listener."},{"title":"ITHit.WebDAV.Client.Upload.Queue#Restart","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#Restart\">Restart</a>"},{"title":"ITHit.WebDAV.Client.Upload.Queue#Uploader","link":"<a href=\"ITHit.WebDAV.Client.Upload.Queue.html#Uploader\">Uploader</a>","description":"Associated uploader."},{"title":"ITHit.WebDAV.Client.Upload.Settings","link":"<a href=\"ITHit.WebDAV.Client.Upload.Settings.html\">Settings</a>","description":"This class provides settings for Uploader."},{"title":"ITHit.WebDAV.Client.Upload.Settings#ConcurrentUploads","link":"<a href=\"ITHit.WebDAV.Client.Upload.Settings.html#ConcurrentUploads\">ConcurrentUploads</a>","description":"Number of active uploads same time.\rNumber of concurrent uploads."},{"title":"ITHit.WebDAV.Client.Upload.Settings#DeleteOnCancel","link":"<a href=\"ITHit.WebDAV.Client.Upload.Settings.html#DeleteOnCancel\">DeleteOnCancel</a>","description":"Default cancel behaviour."},{"title":"ITHit.WebDAV.Client.Upload.Settings#State","link":"<a href=\"ITHit.WebDAV.Client.Upload.Settings.html#State\">State</a>","description":"Default queue state."},{"title":"ITHit.WebDAV.Client.Upload.State","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html\">State</a>","description":"Upload state."},{"title":"ITHit.WebDAV.Client.Upload.State.Canceled","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Canceled\">Canceled</a>","description":"Upload aborted."},{"title":"ITHit.WebDAV.Client.Upload.State.Completed","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Completed\">Completed</a>","description":"Upload completed."},{"title":"ITHit.WebDAV.Client.Upload.State.Failed","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Failed\">Failed</a>","description":"Upload failed."},{"title":"ITHit.WebDAV.Client.Upload.State.Paused","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Paused\">Paused</a>","description":"Upload paused."},{"title":"ITHit.WebDAV.Client.Upload.State.Queued","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Queued\">Queued</a>","description":"Upload queued for upload."},{"title":"ITHit.WebDAV.Client.Upload.State.Retrying","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Retrying\">Retrying</a>","description":"Upload scheduled for retry."},{"title":"ITHit.WebDAV.Client.Upload.State.Skipped","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Skipped\">Skipped</a>","description":"Upload skipped."},{"title":"ITHit.WebDAV.Client.Upload.State.Uploading","link":"<a href=\"ITHit.WebDAV.Client.Upload.State.html#Uploading\">Uploading</a>","description":"Upload in progress."},{"title":"ITHit.WebDAV.Client.Upload.Uploader","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html\">Uploader</a>","description":"Create uploader instance."},{"title":"ITHit.WebDAV.Client.Upload.Uploader#DropZones","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html#DropZones\">DropZones</a>","description":"Collection of associated drop zones."},{"title":"ITHit.WebDAV.Client.Upload.Uploader#GetUploadUrl","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html#GetUploadUrl\">GetUploadUrl</a>","description":"Get upload url for drop zones and inputs."},{"title":"ITHit.WebDAV.Client.Upload.Uploader#Inputs","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html#Inputs\">Inputs</a>","description":"Collection of associated inputs."},{"title":"ITHit.WebDAV.Client.Upload.Uploader#Queue","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html#Queue\">Queue</a>","description":"Queue of uploads."},{"title":"ITHit.WebDAV.Client.Upload.Uploader#Settings","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html#Settings\">Settings</a>","description":"Default settings for uploads."},{"title":"ITHit.WebDAV.Client.Upload.Uploader#SetUploadUrl","link":"<a href=\"ITHit.WebDAV.Client.Upload.Uploader.html#SetUploadUrl\">SetUploadUrl</a>","description":"Set upload url for drop zones and inputs."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html\">UploaderSession</a>"},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#AddListener","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#AddListener\">AddListener</a>"},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#CreateFolderAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#CreateFolderAsync\">CreateFolderAsync</a>","description":"Creates folder corresponding to path."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#event:OnBeforeRequestSend","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#event:OnBeforeRequestSend\">OnBeforeRequestSend</a>","description":"The OnBeforeRequestSend event is fired before request is being submitted to server and provides all\rinformation that is used when creating the request such as URL, HTTP verb, headers and request body."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#event:OnResponse","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#event:OnResponse\">OnResponse</a>","description":"The OnResponse event fires when the data is received from server. In your event handler you can update\rany data received from server."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#OpenFileAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#OpenFileAsync\">OpenFileAsync</a>","description":"Load File object corresponding to path."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#OpenFolderAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#OpenFolderAsync\">OpenFolderAsync</a>","description":"Returns Folder object corresponding to path."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#OpenItemAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#OpenItemAsync\">OpenItemAsync</a>","description":"Returns HierarchyItem object corresponding to path."},{"title":"ITHit.WebDAV.Client.Upload.UploaderSession#RemoveListener","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploaderSession.html#RemoveListener\">RemoveListener</a>"},{"title":"ITHit.WebDAV.Client.Upload.UploadItem","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html\">UploadItem</a>","description":"Represents a file or folder being uploaded. Provides functions to discover item state, get info about upload\rprogress as well as to pause, resume and cancel upload."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#AddHeader","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#AddHeader\">AddHeader</a>","description":"Adds HTTP header to upload. Note that depending on your web server and web browser, \rmaximum allowed request header size or size of all headers in total may be limited."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#AddListener","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#AddListener\">AddListener</a>","description":"Add event handlers."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#CancelAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#CancelAsync\">CancelAsync</a>","description":"Aborts upload."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#CustomData","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#CustomData\">CustomData</a>","description":"Stores custom data."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#event:OnBeforeUploadStarted","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#event:OnBeforeUploadStarted\">OnBeforeUploadStarted</a>","description":"Event fired before {@link ITHit.WebDAV.Client.Upload.UploadItem} started upload.\rYou will validate item in this event and present user interface if user interaction is necessary.\rIn this event you can check if each item exists on the server and specify if item should be overwritten or skipped.\rYou can also validate file size, file extension, file upload path and file name.\r\rTo continue upload the {@link ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Upload} function should be called.\rTo skip upload the {@link ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted#Skip} function should be called."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#event:OnError","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#event:OnError\">OnError</a>","description":"Event reporting that upload error occurred."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#event:OnProgressChanged","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#event:OnProgressChanged\">OnProgressChanged</a>","description":"Event reporting that upload item progress changed."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#event:OnStateChanged","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#event:OnStateChanged\">OnStateChanged</a>","description":"Event reporting that upload item state changed."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#event:OnUploadError","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#event:OnUploadError\">OnUploadError</a>","description":"Event fired when is possible to retry failed upload and waited until one of action called."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetDeleteOnCancel","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetDeleteOnCancel\">GetDeleteOnCancel</a>","description":"Gets if the file is deleted when the upload is canceled."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetErrors","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetErrors\">GetErrors</a>","description":"Gets all upload errors."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetFile","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetFile\">GetFile</a>","description":"Gets [File]{@link https://www.w3.org/TR/FileAPI/} object. Returns null in case of a folder."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetLastError","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetLastError\">GetLastError</a>","description":"Gets last upload error."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetName","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetName\">GetName</a>","description":"Gets file or folder name with extension."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetOverwrite","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetOverwrite\">GetOverwrite</a>","description":"Gets if the item will be overwritten if it exists on the server."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetProgress","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetProgress\">GetProgress</a>","description":"Gets object that describes upload progress."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetRelativePath","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetRelativePath\">GetRelativePath</a>","description":"Gets relative path."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetState","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetState\">GetState</a>","description":"Gets current upload state."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#GetUrl","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#GetUrl\">GetUrl</a>","description":"Get target url."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#IsFolder","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#IsFolder\">IsFolder</a>","description":"Check if upload item represents a folder item."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#PauseAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#PauseAsync\">PauseAsync</a>","description":"Pauses upload."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#RemoveListener","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#RemoveListener\">RemoveListener</a>","description":"Remove event listener."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#SetDeleteOnCancel","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#SetDeleteOnCancel\">SetDeleteOnCancel</a>","description":"Sets if the file should be deleted if upload is canceled. \rBy default, the file is deleted if the upload is canceled. To override this behavior, call this method passing false as a parameter. \rThis function must be called on files only."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#SetFailed","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#SetFailed\">SetFailed</a>","description":"Sets failed state.\rPopulates item's error with provided error instance."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#SetOverwrite","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#SetOverwrite\">SetOverwrite</a>","description":"Sets if the item is overwritten if it exists on the server. \rIf false is passed and the file exists on the server upload will fail and the UploadItem will be set in the error state. Default is false."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem#StartAsync","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#StartAsync\">StartAsync</a>","description":"Begins upload."},{"title":"ITHit.WebDAV.Client.Upload.UploadItem~AsyncCallback","link":"<a href=\"ITHit.WebDAV.Client.Upload.UploadItem.html#AsyncCallback\">AsyncCallback</a>","description":"Callback function to be called when action performed."},{"title":"ITHit.WebDAV.Client.Upload.Utils.DavUrl","link":"<a href=\"ITHit.WebDAV.Client.Upload.Utils.DavUrl.html\">DavUrl</a>","description":"Creates and return a DavUrl object composed from the given parameters."},{"title":"ITHit.WebDAV.Client.Upload.Utils.DavUrlBuilder","link":"<a href=\"ITHit.WebDAV.Client.Upload.Utils.DavUrlBuilder.html\">DavUrlBuilder</a>","description":"Creates and return a DavUrlBuilder object."},{"title":"ITHit.WebDAV.Client.Upload.Utils.RepeatableAction","link":"<a href=\"ITHit.WebDAV.Client.Upload.Utils.RepeatableAction.html\">RepeatableAction</a>","description":"Created new task."},{"title":"ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext~AfterAction","link":"<a href=\"ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext.html#AfterAction\">AfterAction</a>","description":"Callback function to be called when task ends."},{"title":"ITHit.WebDAV.Client.Upload.Utils.RepeatableAction~Action","link":"<a href=\"ITHit.WebDAV.Client.Upload.Utils.RepeatableAction.html#Action\">Action</a>","description":"Callback function to be called when action performed."},{"title":"ITHit.WebDAV.Client.UploadProgressInfo#BytesUploaded","link":"<a href=\"ITHit.WebDAV.Client.UploadProgressInfo.html#BytesUploaded\">BytesUploaded</a>","description":"Amount of bytes successfully uploaded to server."},{"title":"ITHit.WebDAV.Client.UploadProgressInfo#Href","link":"<a href=\"ITHit.WebDAV.Client.UploadProgressInfo.html#Href\">Href</a>","description":"Item path on the server."},{"title":"ITHit.WebDAV.Client.UploadProgressInfo#LastChunkSaved","link":"<a href=\"ITHit.WebDAV.Client.UploadProgressInfo.html#LastChunkSaved\">LastChunkSaved</a>","description":"The date and time when the last chunk of file was saved on server side."},{"title":"ITHit.WebDAV.Client.UploadProgressInfo#TotalContentLength","link":"<a href=\"ITHit.WebDAV.Client.UploadProgressInfo.html#TotalContentLength\">TotalContentLength</a>","description":"Total file size."},{"title":"ITHit.WebDAV.Client.Version","link":"<a href=\"ITHit.WebDAV.Client.Version.html\">Version</a>","description":"Represents a version on a WebDAV server."},{"title":"ITHit.WebDAV.Client.Version#Comment","link":"<a href=\"ITHit.WebDAV.Client.Version.html#Comment\">Comment</a>"},{"title":"ITHit.WebDAV.Client.Version#ContentLength","link":"<a href=\"ITHit.WebDAV.Client.Version.html#ContentLength\">ContentLength</a>","description":"Length of the file."},{"title":"ITHit.WebDAV.Client.Version#ContentType","link":"<a href=\"ITHit.WebDAV.Client.Version.html#ContentType\">ContentType</a>","description":"Content type of the file."},{"title":"ITHit.WebDAV.Client.Version#CreationDate","link":"<a href=\"ITHit.WebDAV.Client.Version.html#CreationDate\">CreationDate</a>","description":"The date item was created."},{"title":"ITHit.WebDAV.Client.Version#CreatorDisplayName","link":"<a href=\"ITHit.WebDAV.Client.Version.html#CreatorDisplayName\">CreatorDisplayName</a>"},{"title":"ITHit.WebDAV.Client.Version#DeleteAsync","link":"<a href=\"ITHit.WebDAV.Client.Version.html#DeleteAsync\">DeleteAsync</a>","description":"Delete version by self href."},{"title":"ITHit.WebDAV.Client.Version#DisplayName","link":"<a href=\"ITHit.WebDAV.Client.Version.html#DisplayName\">DisplayName</a>","description":"User friendly item name."},{"title":"ITHit.WebDAV.Client.Version#Href","link":"<a href=\"ITHit.WebDAV.Client.Version.html#Href\">Href</a>","description":"This item path on the server."},{"title":"ITHit.WebDAV.Client.Version#Properties","link":"<a href=\"ITHit.WebDAV.Client.Version.html#Properties\">Properties</a>","description":"List of item properties."},{"title":"ITHit.WebDAV.Client.Version#ReadContentAsync","link":"<a href=\"ITHit.WebDAV.Client.Version.html#ReadContentAsync\">ReadContentAsync</a>","description":"Read 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.Version#RefreshAsync","link":"<a href=\"ITHit.WebDAV.Client.Version.html#RefreshAsync\">RefreshAsync</a>","description":"Refreshes item loading data from server."},{"title":"ITHit.WebDAV.Client.Version#Session","link":"<a href=\"ITHit.WebDAV.Client.Version.html#Session\">Session</a>","description":"Current WebDAV session."},{"title":"ITHit.WebDAV.Client.Version#UpdateToThisAsync","link":"<a href=\"ITHit.WebDAV.Client.Version.html#UpdateToThisAsync\">UpdateToThisAsync</a>","description":"Update file to current version."},{"title":"ITHit.WebDAV.Client.Version#VersionName","link":"<a href=\"ITHit.WebDAV.Client.Version.html#VersionName\">VersionName</a>","description":"This property contains a server-defined string that is different for each version.\rThis string is intended for display for a user."},{"title":"ITHit.WebDAV.Client.Version#WriteContentAsync","link":"<a href=\"ITHit.WebDAV.Client.Version.html#WriteContentAsync\">WriteContentAsync</a>","description":"Writes file content."},{"title":"ITHit.WebDAV.Client.WebDavRequest","link":"<a href=\"ITHit.WebDAV.Client.WebDavRequest.html\">WebDavRequest</a>","description":"This class represents asynchronous request to WebDAV server. The instance of this class is returned from most\rasynchronous methods of the library. You can use it to cancel the request calling Abort() method of this class\ras well as to show progress attaching to Progress event."},{"title":"ITHit.WebDAV.Client.WebDavSession","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html\">WebDavSession</a>"},{"title":"ITHit.WebDAV.Client.WebDavSession.ProtocolVersion","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#ProtocolVersion\">ProtocolVersion</a>","description":"Protocol Version of AJAX Library"},{"title":"ITHit.WebDAV.Client.WebDavSession.Version","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#Version\">Version</a>","description":"Version of AJAX Library"},{"title":"ITHit.WebDAV.Client.WebDavSession#AddListener","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#AddListener\">AddListener</a>"},{"title":"ITHit.WebDAV.Client.WebDavSession#CreateFolderAsync","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#CreateFolderAsync\">CreateFolderAsync</a>","description":"Creates folder corresponding to path."},{"title":"ITHit.WebDAV.Client.WebDavSession#event:OnBeforeRequestSend","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#event:OnBeforeRequestSend\">OnBeforeRequestSend</a>","description":"The OnBeforeRequestSend event is fired before request is being submitted to server and provides all\rinformation that is used when creating the request such as URL, HTTP verb, headers and request body."},{"title":"ITHit.WebDAV.Client.WebDavSession#event:OnResponse","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#event:OnResponse\">OnResponse</a>","description":"The OnResponse event fires when the data is received from server. In your event handler you can update\rany data received from server."},{"title":"ITHit.WebDAV.Client.WebDavSession#OpenFileAsync","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#OpenFileAsync\">OpenFileAsync</a>","description":"Load File object corresponding to path."},{"title":"ITHit.WebDAV.Client.WebDavSession#OpenFolderAsync","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#OpenFolderAsync\">OpenFolderAsync</a>","description":"Returns Folder object corresponding to path."},{"title":"ITHit.WebDAV.Client.WebDavSession#OpenItemAsync","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#OpenItemAsync\">OpenItemAsync</a>","description":"Returns HierarchyItem object corresponding to path."},{"title":"ITHit.WebDAV.Client.WebDavSession#RemoveListener","link":"<a href=\"ITHit.WebDAV.Client.WebDavSession.html#RemoveListener\">RemoveListener</a>"}]}