webdav.client 5.21.6101 → 5.21.6102

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.
Files changed (210) hide show
  1. package/Help/ClassReference/Create.html +1809 -0
  2. package/Help/ClassReference/ITHit.Environment.html +1739 -0
  3. package/Help/ClassReference/ITHit.LogLevel.html +1985 -0
  4. package/Help/ClassReference/ITHit.Logger.html +2170 -0
  5. package/Help/ClassReference/ITHit.WebDAV.Client.AsyncResult.html +1877 -0
  6. package/Help/ClassReference/ITHit.WebDAV.Client.BrowserExtension.html +2282 -0
  7. package/Help/ClassReference/ITHit.WebDAV.Client.CancellableResult.html +2049 -0
  8. package/Help/ClassReference/ITHit.WebDAV.Client.DavConstants.html +3181 -0
  9. package/Help/ClassReference/ITHit.WebDAV.Client.Depth.html +1815 -0
  10. package/Help/ClassReference/ITHit.WebDAV.Client.DocManager.html +3600 -0
  11. package/Help/ClassReference/ITHit.WebDAV.Client.Encoder.html +1785 -0
  12. package/Help/ClassReference/ITHit.WebDAV.Client.Error.html +1785 -0
  13. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.BadRequestException.html +1883 -0
  14. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.ConflictException.html +1883 -0
  15. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html +1883 -0
  16. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.ForbiddenException.html +1883 -0
  17. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.Error.html +1753 -0
  18. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.Multistatus.html +1703 -0
  19. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse.html +1703 -0
  20. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus.html +1755 -0
  21. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse.html +1703 -0
  22. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html +1883 -0
  23. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.IntegrationException.html +1689 -0
  24. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.LockedException.html +1883 -0
  25. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html +1883 -0
  26. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.NotFoundException.html +1883 -0
  27. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.NotImplementedException.html +1883 -0
  28. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage.html +1805 -0
  29. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html +1883 -0
  30. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html +1929 -0
  31. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyException.html +1929 -0
  32. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html +1929 -0
  33. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html +1929 -0
  34. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html +1883 -0
  35. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html +1883 -0
  36. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html +1883 -0
  37. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.WebDavException.html +1695 -0
  38. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html +1883 -0
  39. package/Help/ClassReference/ITHit.WebDAV.Client.Features.html +2215 -0
  40. package/Help/ClassReference/ITHit.WebDAV.Client.File.html +9490 -0
  41. package/Help/ClassReference/ITHit.WebDAV.Client.Folder.html +11459 -0
  42. package/Help/ClassReference/ITHit.WebDAV.Client.GEditInfo.html +1785 -0
  43. package/Help/ClassReference/ITHit.WebDAV.Client.HierarchyItem.html +8324 -0
  44. package/Help/ClassReference/ITHit.WebDAV.Client.HttpStatus.html +3861 -0
  45. package/Help/ClassReference/ITHit.WebDAV.Client.LockInfo.html +1923 -0
  46. package/Help/ClassReference/ITHit.WebDAV.Client.LockScope.html +1755 -0
  47. package/Help/ClassReference/ITHit.WebDAV.Client.LockUriTokenPair.html +1785 -0
  48. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.CancelUpload.html +1691 -0
  49. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.CopyMove.html +1745 -0
  50. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Delete.html +1691 -0
  51. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.ErrorResponse.html +1751 -0
  52. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Get.GoAsync.html +1830 -0
  53. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Get.html +1698 -0
  54. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Head.html +1691 -0
  55. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.HttpMethod.html +1765 -0
  56. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.Go.html +1866 -0
  57. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.GoAsync.html +1884 -0
  58. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.html +1701 -0
  59. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.Go.html +1866 -0
  60. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync.html +1884 -0
  61. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.html +1701 -0
  62. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Mkcol.html +1691 -0
  63. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.MultiResponse.html +1751 -0
  64. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Options.html +1748 -0
  65. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Propfind.html +1745 -0
  66. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Proppatch.html +1691 -0
  67. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Propstat.html +1733 -0
  68. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Put.html +1691 -0
  69. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Report.html +1761 -0
  70. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Response.html +1751 -0
  71. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.ResponseFactory.html +1689 -0
  72. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Search.html +1691 -0
  73. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.SingleResponse.html +1742 -0
  74. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Undelete.html +1685 -0
  75. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Unlock.html +1691 -0
  76. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.UpdateToVersion.html +1691 -0
  77. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.VersionControl.html +1691 -0
  78. package/Help/ClassReference/ITHit.WebDAV.Client.MsOfficeEditExtensions.html +2103 -0
  79. package/Help/ClassReference/ITHit.WebDAV.Client.Multistatus.html +1785 -0
  80. package/Help/ClassReference/ITHit.WebDAV.Client.MultistatusResponse.html +1831 -0
  81. package/Help/ClassReference/ITHit.WebDAV.Client.OptionsInfo.html +1739 -0
  82. package/Help/ClassReference/ITHit.WebDAV.Client.OrderProperty.html +1960 -0
  83. package/Help/ClassReference/ITHit.WebDAV.Client.PageResults.html +1785 -0
  84. package/Help/ClassReference/ITHit.WebDAV.Client.Property.html +2017 -0
  85. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyList.html +2048 -0
  86. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyMultistatusResponse.html +1883 -0
  87. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyName.html +1972 -0
  88. package/Help/ClassReference/ITHit.WebDAV.Client.Request.html +2673 -0
  89. package/Help/ClassReference/ITHit.WebDAV.Client.RequestProgress.html +1969 -0
  90. package/Help/ClassReference/ITHit.WebDAV.Client.ResourceType.html +1755 -0
  91. package/Help/ClassReference/ITHit.WebDAV.Client.ResumableUpload.html +2271 -0
  92. package/Help/ClassReference/ITHit.WebDAV.Client.SPSManager.html +1951 -0
  93. package/Help/ClassReference/ITHit.WebDAV.Client.SearchQuery.html +1974 -0
  94. package/Help/ClassReference/ITHit.WebDAV.Client.Source.html +1785 -0
  95. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.DocManager.MsOfficeEditExtensions.html +1685 -0
  96. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CopyMove.html +1685 -0
  97. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CreateFile.html +1685 -0
  98. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CreateFolder.html +1685 -0
  99. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Delete.html +1685 -0
  100. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetFolderItems.html +1685 -0
  101. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetHeadRequests.html +1685 -0
  102. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetItemByFolder.html +1685 -0
  103. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetItemBySession.html +1685 -0
  104. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetParent.html +1685 -0
  105. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.ItemExists.html +1685 -0
  106. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.MicrosoftOfficeDiscovery.html +1685 -0
  107. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.NameCheck.html +1685 -0
  108. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Progress.html +1685 -0
  109. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Refresh.html +1685 -0
  110. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Search.html +1685 -0
  111. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.SupportedFeatures.html +1685 -0
  112. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyProperties.GetProperties.html +1685 -0
  113. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyProperties.UpdateProperties.html +1685 -0
  114. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.CheckSupport.html +1685 -0
  115. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.Etag.html +1685 -0
  116. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.GetLocks.html +1685 -0
  117. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.Lock.html +1685 -0
  118. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.RefreshLock.html +1685 -0
  119. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.GetVersions.html +1685 -0
  120. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.ManageVersions.html +1685 -0
  121. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.PutUnderVersion.html +1685 -0
  122. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.ReadContent.html +1685 -0
  123. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.WebDavSession.Events.html +1685 -0
  124. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.AutoUploader.html +1753 -0
  125. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Collections.Map.html +1916 -0
  126. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Collections.Pair.html +1787 -0
  127. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ContentWriter.html +1945 -0
  128. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.DropZone.html +1791 -0
  129. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.html +1689 -0
  130. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html +1781 -0
  131. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.Input.html +1791 -0
  132. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.DropZoneCollection.html +2140 -0
  133. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html +1884 -0
  134. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.BaseEvent.html +1685 -0
  135. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html +2030 -0
  136. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.Error.html +1695 -0
  137. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.EventName.html +1843 -0
  138. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html +1791 -0
  139. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.QueueChanged.html +1787 -0
  140. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.StateChanged.html +1791 -0
  141. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.UploadError.html +2174 -0
  142. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html +2150 -0
  143. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.FSEntry.html +1823 -0
  144. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.FileSpan.html +1806 -0
  145. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Groups.Group.html +1761 -0
  146. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Groups.GroupManager.html +1803 -0
  147. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.InputCollection.html +2140 -0
  148. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ItemSettings.html +1685 -0
  149. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Path.Generator.html +1888 -0
  150. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Path.PathCache.html +1693 -0
  151. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Progress.html +1969 -0
  152. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.ProgressTracker.html +1744 -0
  153. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.UploadDiff.html +1786 -0
  154. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.UploadProvider.html +1832 -0
  155. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Queue.html +2618 -0
  156. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ServerItem.html +1761 -0
  157. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Settings.html +1840 -0
  158. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.State.html +2031 -0
  159. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.BaseState.html +1685 -0
  160. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.CanceledState.html +1691 -0
  161. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.CompletedState.html +1691 -0
  162. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.Factory.html +1689 -0
  163. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.PausedState.html +1691 -0
  164. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.QueuedState.html +1691 -0
  165. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.ResumeState.html +1691 -0
  166. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.SkippedState.html +1691 -0
  167. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.UploadingState.html +1691 -0
  168. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploadItem.html +5087 -0
  169. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploadLocation.html +1761 -0
  170. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Uploader.html +2106 -0
  171. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploaderSession.html +3304 -0
  172. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.DavUrl.html +1779 -0
  173. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.DavUrlBuilder.html +1744 -0
  174. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.RepeatableAction.html +1863 -0
  175. package/Help/ClassReference/ITHit.WebDAV.Client.UploadProgressInfo.html +1877 -0
  176. package/Help/ClassReference/ITHit.WebDAV.Client.Version.html +3357 -0
  177. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavRequest.html +1689 -0
  178. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavResponse.html +1689 -0
  179. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavSession.html +4046 -0
  180. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavUtil.html +1689 -0
  181. package/Help/ClassReference/data/search.json +1 -0
  182. package/Help/ClassReference/fonts/Inconsolata-Regular.ttf +0 -0
  183. package/Help/ClassReference/fonts/OpenSans-Regular.ttf +0 -0
  184. package/Help/ClassReference/fonts/WorkSans-Bold.ttf +0 -0
  185. package/Help/ClassReference/global.html +7914 -0
  186. package/Help/ClassReference/index.html +2408 -0
  187. package/Help/ClassReference/scripts/core.js +710 -0
  188. package/Help/ClassReference/scripts/core.min.js +23 -0
  189. package/Help/ClassReference/scripts/resize.js +90 -0
  190. package/Help/ClassReference/scripts/search.js +265 -0
  191. package/Help/ClassReference/scripts/search.min.js +6 -0
  192. package/Help/ClassReference/scripts/third-party/Apache-License-2.0.txt +202 -0
  193. package/Help/ClassReference/scripts/third-party/fuse.js +9 -0
  194. package/Help/ClassReference/scripts/third-party/hljs-line-num-original.js +369 -0
  195. package/Help/ClassReference/scripts/third-party/hljs-line-num.js +1 -0
  196. package/Help/ClassReference/scripts/third-party/hljs-original.js +5171 -0
  197. package/Help/ClassReference/scripts/third-party/hljs.js +1 -0
  198. package/Help/ClassReference/scripts/third-party/jquery.min.js +6 -0
  199. package/Help/ClassReference/scripts/third-party/popper.js +5 -0
  200. package/Help/ClassReference/scripts/third-party/tippy.js +1 -0
  201. package/Help/ClassReference/scripts/third-party/tocbot.js +683 -0
  202. package/Help/ClassReference/scripts/third-party/tocbot.min.js +1 -0
  203. package/Help/ClassReference/styles/clean-jsdoc-theme-base.css +1053 -0
  204. package/Help/ClassReference/styles/clean-jsdoc-theme-dark.css +418 -0
  205. package/Help/ClassReference/styles/clean-jsdoc-theme-light.css +399 -0
  206. package/Help/ClassReference/styles/clean-jsdoc-theme.min.css +1 -0
  207. package/ITHitWebDAVClient.js +2 -2
  208. package/index.d.ts +1 -1
  209. package/index.js +1 -1
  210. package/package.json +1 -1
@@ -0,0 +1,5087 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en" style="font-size: 16px">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+
7
+ <!-- Adding favicon -->
8
+
9
+
10
+ <!-- Adding meta -->
11
+
12
+
13
+ <!-- Adding external script-->
14
+
15
+
16
+ <!-- Adding external style-->
17
+
18
+
19
+ <!-- Adding scripts-->
20
+
21
+
22
+ <!-- Adding style-->
23
+
24
+
25
+
26
+ <title>
27
+ Class: UploadItem
28
+ </title>
29
+
30
+ <!--[if lt IE 9]>
31
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
32
+ <![endif]-->
33
+
34
+ <script src="scripts/third-party/hljs.js" defer></script>
35
+ <script src="scripts/third-party/hljs-line-num.js" defer></script>
36
+ <script src="scripts/third-party/popper.js" defer></script>
37
+ <script src="scripts/third-party/tippy.js" defer></script>
38
+ <script src="scripts/third-party/tocbot.min.js"></script>
39
+
40
+ <script>
41
+ var baseURL = "/"
42
+ var locationPathname = ""
43
+
44
+ // Global variables
45
+
46
+ locationPathname = document.location.pathname
47
+ baseURL = locationPathname.substr(0, locationPathname.lastIndexOf("/") + 1)
48
+
49
+
50
+ </script>
51
+
52
+ <link rel="stylesheet" href="styles/clean-jsdoc-theme.min.css">
53
+
54
+ <svg aria-hidden="true" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
55
+ style="display:none">
56
+ <defs>
57
+ <symbol id="copy-icon" viewbox="0 0 488.3 488.3">
58
+ <g>
59
+ <path
60
+ d="M314.25,85.4h-227c-21.3,0-38.6,17.3-38.6,38.6v325.7c0,21.3,17.3,38.6,38.6,38.6h227c21.3,0,38.6-17.3,38.6-38.6V124 C352.75,102.7,335.45,85.4,314.25,85.4z M325.75,449.6c0,6.4-5.2,11.6-11.6,11.6h-227c-6.4,0-11.6-5.2-11.6-11.6V124 c0-6.4,5.2-11.6,11.6-11.6h227c6.4,0,11.6,5.2,11.6,11.6V449.6z" />
61
+ <path
62
+ d="M401.05,0h-227c-21.3,0-38.6,17.3-38.6,38.6c0,7.5,6,13.5,13.5,13.5s13.5-6,13.5-13.5c0-6.4,5.2-11.6,11.6-11.6h227 c6.4,0,11.6,5.2,11.6,11.6v325.7c0,6.4-5.2,11.6-11.6,11.6c-7.5,0-13.5,6-13.5,13.5s6,13.5,13.5,13.5c21.3,0,38.6-17.3,38.6-38.6 V38.6C439.65,17.3,422.35,0,401.05,0z" />
63
+ </g>
64
+ </symbol>
65
+ <symbol id='search-icon' viewBox="0 0 512 512">
66
+ <g>
67
+ <g>
68
+ <path
69
+ d="M225.474,0C101.151,0,0,101.151,0,225.474c0,124.33,101.151,225.474,225.474,225.474 c124.33,0,225.474-101.144,225.474-225.474C450.948,101.151,349.804,0,225.474,0z M225.474,409.323 c-101.373,0-183.848-82.475-183.848-183.848S124.101,41.626,225.474,41.626s183.848,82.475,183.848,183.848 S326.847,409.323,225.474,409.323z" />
70
+ </g>
71
+ </g>
72
+ <g>
73
+ <g>
74
+ <path
75
+ d="M505.902,476.472L386.574,357.144c-8.131-8.131-21.299-8.131-29.43,0c-8.131,8.124-8.131,21.306,0,29.43l119.328,119.328 c4.065,4.065,9.387,6.098,14.715,6.098c5.321,0,10.649-2.033,14.715-6.098C514.033,497.778,514.033,484.596,505.902,476.472z" />
76
+ </g>
77
+ </g>
78
+ </symbol>
79
+ <symbol id="font-size-icon" viewBox="0 0 24 24">
80
+ <path fill="none" d="M0 0h24v24H0z" />
81
+ <path
82
+ d="M11.246 15H4.754l-2 5H.6L7 4h2l6.4 16h-2.154l-2-5zm-.8-2L8 6.885 5.554 13h4.892zM21 12.535V12h2v8h-2v-.535a4 4 0 1 1 0-6.93zM19 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" />
83
+ </symbol>
84
+ <symbol id="add-icon" viewBox="0 0 24 24">
85
+ <path fill="none" d="M0 0h24v24H0z" />
86
+ <path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" />
87
+ </symbol>
88
+ <symbol id="minus-icon" viewBox="0 0 24 24">
89
+ <path fill="none" d="M0 0h24v24H0z" />
90
+ <path d="M5 11h14v2H5z" />
91
+ </symbol>
92
+ <symbol id="dark-theme-icon" viewBox="0 0 24 24">
93
+ <path fill="none" d="M0 0h24v24H0z" />
94
+ <path
95
+ d="M10 7a7 7 0 0 0 12 4.9v.1c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2h.1A6.979 6.979 0 0 0 10 7zm-6 5a8 8 0 0 0 15.062 3.762A9 9 0 0 1 8.238 4.938 7.999 7.999 0 0 0 4 12z" />
96
+ </symbol>
97
+ <symbol id="light-theme-icon" viewBox="0 0 24 24">
98
+ <path fill="none" d="M0 0h24v24H0z" />
99
+ <path
100
+ d="M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM11 1h2v3h-2V1zm0 19h2v3h-2v-3zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z" />
101
+ </symbol>
102
+ <symbol id="reset-icon" viewBox="0 0 24 24">
103
+ <path fill="none" d="M0 0h24v24H0z"/>
104
+ <path d="M18.537 19.567A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 2.136-.67 4.116-1.81 5.74L17 12h3a8 8 0 1 0-2.46 5.772l.997 1.795z"/>
105
+ </symbol>
106
+
107
+ <symbol id="down-icon" viewBox="0 0 16 16">
108
+ <path fill-rule="evenodd" clip-rule="evenodd"
109
+ d="M12.7803 6.21967C13.0732 6.51256 13.0732 6.98744 12.7803 7.28033L8.53033 11.5303C8.23744 11.8232 7.76256 11.8232 7.46967 11.5303L3.21967 7.28033C2.92678 6.98744 2.92678 6.51256 3.21967 6.21967C3.51256 5.92678 3.98744 5.92678 4.28033 6.21967L8 9.93934L11.7197 6.21967C12.0126 5.92678 12.4874 5.92678 12.7803 6.21967Z">
110
+ </path>
111
+ </symbol>
112
+
113
+ <symbol id="codepen-icon" viewBox="0 0 24 24">
114
+ <path fill="none" d="M0 0h24v24H0z"/>
115
+ <path d="M16.5 13.202L13 15.535v3.596L19.197 15 16.5 13.202zM14.697 12L12 10.202 9.303 12 12 13.798 14.697 12zM20 10.869L18.303 12 20 13.131V10.87zM19.197 9L13 4.869v3.596l3.5 2.333L19.197 9zM7.5 10.798L11 8.465V4.869L4.803 9 7.5 10.798zM4.803 15L11 19.131v-3.596l-3.5-2.333L4.803 15zM4 13.131L5.697 12 4 10.869v2.262zM2 9a1 1 0 0 1 .445-.832l9-6a1 1 0 0 1 1.11 0l9 6A1 1 0 0 1 22 9v6a1 1 0 0 1-.445.832l-9 6a1 1 0 0 1-1.11 0l-9-6A1 1 0 0 1 2 15V9z"/>
116
+ </symbol>
117
+ <symbol id="close-icon" viewBox="0 0 24 24">
118
+ <path fill="none" d="M0 0h24v24H0z"/>
119
+ <path d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z"/>
120
+ </symbol>
121
+ <symbol id="menu-icon" viewBox="0 0 24 24">
122
+ <path fill="none" d="M0 0h24v24H0z"/>
123
+ <path d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z"/>
124
+ </symbol>
125
+ </defs>
126
+ </svg>
127
+
128
+ </head>
129
+
130
+ <body class="light" data-theme="light">
131
+
132
+ <div class="sidebar-container">
133
+ <div class="sidebar" id="sidebar">
134
+
135
+
136
+ <a href="/" class="sidebar-title sidebar-title-anchor">Index</a>
137
+
138
+
139
+
140
+
141
+ <div class="sidebar-items-container">
142
+
143
+
144
+
145
+ <div class="sidebar-section-title with-arrow" data-isopen="true" id="nav_ITHit">
146
+
147
+ <div>ITHit</div>
148
+ <svg><use xlink:href="#down-icon"></use></svg>
149
+
150
+ </div>
151
+ <div class="sidebar-section-children-container">
152
+ <div style="padding-left: 8px;">
153
+
154
+
155
+
156
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAV">
157
+
158
+ <div>WebDAV</div>
159
+ <svg><use xlink:href="#down-icon"></use></svg>
160
+
161
+ </div>
162
+ <div class="sidebar-section-children-container">
163
+ <div style="padding-left: 8px;">
164
+
165
+
166
+
167
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClient">
168
+
169
+ <div>Client</div>
170
+ <svg><use xlink:href="#down-icon"></use></svg>
171
+
172
+ </div>
173
+ <div class="sidebar-section-children-container">
174
+ <div style="padding-left: 8px;">
175
+
176
+
177
+
178
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientExceptions">
179
+
180
+ <div>Exceptions</div>
181
+ <svg><use xlink:href="#down-icon"></use></svg>
182
+
183
+ </div>
184
+ <div class="sidebar-section-children-container">
185
+ <div style="padding-left: 8px;">
186
+
187
+
188
+
189
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.BadRequestException.html">BadRequestException</a></div>
190
+
191
+
192
+
193
+
194
+
195
+
196
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.ConflictException.html">ConflictException</a></div>
197
+
198
+
199
+
200
+
201
+
202
+
203
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html">DependencyFailedException</a></div>
204
+
205
+
206
+
207
+
208
+
209
+
210
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.ForbiddenException.html">ForbiddenException</a></div>
211
+
212
+
213
+
214
+
215
+
216
+
217
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html">InsufficientStorageException</a></div>
218
+
219
+
220
+
221
+
222
+
223
+
224
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.IntegrationException.html">IntegrationException</a></div>
225
+
226
+
227
+
228
+
229
+
230
+
231
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.LockedException.html">LockedException</a></div>
232
+
233
+
234
+
235
+
236
+
237
+
238
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html">MethodNotAllowedException</a></div>
239
+
240
+
241
+
242
+
243
+
244
+
245
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.NotFoundException.html">NotFoundException</a></div>
246
+
247
+
248
+
249
+
250
+
251
+
252
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.NotImplementedException.html">NotImplementedException</a></div>
253
+
254
+
255
+
256
+
257
+
258
+
259
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html">PreconditionFailedException</a></div>
260
+
261
+
262
+
263
+
264
+
265
+
266
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html">PropertyConflictException</a></div>
267
+
268
+
269
+
270
+
271
+
272
+
273
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyException.html">PropertyException</a></div>
274
+
275
+
276
+
277
+
278
+
279
+
280
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html">PropertyForbiddenException</a></div>
281
+
282
+
283
+
284
+
285
+
286
+
287
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html">PropertyNotFoundException</a></div>
288
+
289
+
290
+
291
+
292
+
293
+
294
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html">QuotaNotExceededException</a></div>
295
+
296
+
297
+
298
+
299
+
300
+
301
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html">SufficientDiskSpaceException</a></div>
302
+
303
+
304
+
305
+
306
+
307
+
308
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html">UnauthorizedException</a></div>
309
+
310
+
311
+
312
+
313
+
314
+
315
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.WebDavException.html">WebDavException</a></div>
316
+
317
+
318
+
319
+
320
+
321
+
322
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html">WebDavHttpException</a></div>
323
+
324
+
325
+
326
+
327
+
328
+
329
+ </div>
330
+ </div>
331
+
332
+
333
+
334
+
335
+
336
+
337
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientUpload">
338
+
339
+ <div>Upload</div>
340
+ <svg><use xlink:href="#down-icon"></use></svg>
341
+
342
+ </div>
343
+ <div class="sidebar-section-children-container">
344
+ <div style="padding-left: 8px;">
345
+
346
+
347
+
348
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientUploadControls">
349
+
350
+ <div>Controls</div>
351
+ <svg><use xlink:href="#down-icon"></use></svg>
352
+
353
+ </div>
354
+ <div class="sidebar-section-children-container">
355
+ <div style="padding-left: 8px;">
356
+
357
+
358
+
359
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Controls.DropZone.html">DropZone</a></div>
360
+
361
+
362
+
363
+
364
+
365
+
366
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html">HtmlControl</a></div>
367
+
368
+
369
+
370
+
371
+
372
+
373
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Controls.Input.html">Input</a></div>
374
+
375
+
376
+
377
+
378
+
379
+
380
+ </div>
381
+ </div>
382
+
383
+
384
+
385
+
386
+
387
+
388
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientUploadEvents">
389
+
390
+ <div>Events</div>
391
+ <svg><use xlink:href="#down-icon"></use></svg>
392
+
393
+ </div>
394
+ <div class="sidebar-section-children-container">
395
+ <div style="padding-left: 8px;">
396
+
397
+
398
+
399
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html">AsyncEvent</a></div>
400
+
401
+
402
+
403
+
404
+
405
+
406
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html">BeforeUploadStarted</a></div>
407
+
408
+
409
+
410
+
411
+
412
+
413
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html">ProgressChanged</a></div>
414
+
415
+
416
+
417
+
418
+
419
+
420
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.QueueChanged.html">QueueChanged</a></div>
421
+
422
+
423
+
424
+
425
+
426
+
427
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.StateChanged.html">StateChanged</a></div>
428
+
429
+
430
+
431
+
432
+
433
+
434
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.UploadError.html">UploadError</a></div>
435
+
436
+
437
+
438
+
439
+
440
+
441
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html">UploadItemsCreated</a></div>
442
+
443
+
444
+
445
+
446
+
447
+
448
+ </div>
449
+ </div>
450
+
451
+
452
+
453
+
454
+
455
+
456
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.DropZoneCollection.html">DropZoneCollection</a></div>
457
+
458
+
459
+
460
+
461
+
462
+
463
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.InputCollection.html">InputCollection</a></div>
464
+
465
+
466
+
467
+
468
+
469
+
470
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Progress.html">Progress</a></div>
471
+
472
+
473
+
474
+
475
+
476
+
477
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Queue.html">Queue</a></div>
478
+
479
+
480
+
481
+
482
+
483
+
484
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Settings.html">Settings</a></div>
485
+
486
+
487
+
488
+
489
+
490
+
491
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.State.html">State</a></div>
492
+
493
+
494
+
495
+
496
+
497
+
498
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.UploadItem.html">UploadItem</a></div>
499
+
500
+
501
+
502
+
503
+
504
+
505
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Uploader.html">Uploader</a></div>
506
+
507
+
508
+
509
+
510
+
511
+
512
+ </div>
513
+ </div>
514
+
515
+
516
+
517
+
518
+
519
+
520
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.AsyncResult.html">AsyncResult</a></div>
521
+
522
+
523
+
524
+
525
+
526
+
527
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.DocManager.html">DocManager</a></div>
528
+
529
+
530
+
531
+
532
+
533
+
534
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Error.html">Error</a></div>
535
+
536
+
537
+
538
+
539
+
540
+
541
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Features.html">Features</a></div>
542
+
543
+
544
+
545
+
546
+
547
+
548
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.File.html">File</a></div>
549
+
550
+
551
+
552
+
553
+
554
+
555
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Folder.html">Folder</a></div>
556
+
557
+
558
+
559
+
560
+
561
+
562
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.GEditInfo.html">GEditInfo</a></div>
563
+
564
+
565
+
566
+
567
+
568
+
569
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.HierarchyItem.html">HierarchyItem</a></div>
570
+
571
+
572
+
573
+
574
+
575
+
576
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.HttpStatus.html">HttpStatus</a></div>
577
+
578
+
579
+
580
+
581
+
582
+
583
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.LockInfo.html">LockInfo</a></div>
584
+
585
+
586
+
587
+
588
+
589
+
590
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.LockScope.html">LockScope</a></div>
591
+
592
+
593
+
594
+
595
+
596
+
597
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.LockUriTokenPair.html">LockUriTokenPair</a></div>
598
+
599
+
600
+
601
+
602
+
603
+
604
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.MsOfficeEditExtensions.html">MsOfficeEditExtensions</a></div>
605
+
606
+
607
+
608
+
609
+
610
+
611
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Multistatus.html">Multistatus</a></div>
612
+
613
+
614
+
615
+
616
+
617
+
618
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.MultistatusResponse.html">MultistatusResponse</a></div>
619
+
620
+
621
+
622
+
623
+
624
+
625
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.OptionsInfo.html">OptionsInfo</a></div>
626
+
627
+
628
+
629
+
630
+
631
+
632
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.OrderProperty.html">OrderProperty</a></div>
633
+
634
+
635
+
636
+
637
+
638
+
639
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PageResults.html">PageResults</a></div>
640
+
641
+
642
+
643
+
644
+
645
+
646
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Property.html">Property</a></div>
647
+
648
+
649
+
650
+
651
+
652
+
653
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PropertyList.html">PropertyList</a></div>
654
+
655
+
656
+
657
+
658
+
659
+
660
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PropertyMultistatusResponse.html">PropertyMultistatusResponse</a></div>
661
+
662
+
663
+
664
+
665
+
666
+
667
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PropertyName.html">PropertyName</a></div>
668
+
669
+
670
+
671
+
672
+
673
+
674
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Request.html">Request</a></div>
675
+
676
+
677
+
678
+
679
+
680
+
681
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.RequestProgress.html">RequestProgress</a></div>
682
+
683
+
684
+
685
+
686
+
687
+
688
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.ResourceType.html">ResourceType</a></div>
689
+
690
+
691
+
692
+
693
+
694
+
695
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.ResumableUpload.html">ResumableUpload</a></div>
696
+
697
+
698
+
699
+
700
+
701
+
702
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.SPSManager.html">SPSManager</a></div>
703
+
704
+
705
+
706
+
707
+
708
+
709
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.SearchQuery.html">SearchQuery</a></div>
710
+
711
+
712
+
713
+
714
+
715
+
716
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Source.html">Source</a></div>
717
+
718
+
719
+
720
+
721
+
722
+
723
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Version.html">Version</a></div>
724
+
725
+
726
+
727
+
728
+
729
+
730
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.WebDavRequest.html">WebDavRequest</a></div>
731
+
732
+
733
+
734
+
735
+
736
+
737
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.WebDavSession.html">WebDavSession</a></div>
738
+
739
+
740
+
741
+
742
+
743
+
744
+ </div>
745
+ </div>
746
+
747
+
748
+
749
+
750
+
751
+
752
+ </div>
753
+ </div>
754
+
755
+
756
+
757
+
758
+
759
+
760
+ <div class="sidebar-section-children"><a href="ITHit.Environment.html">Environment</a></div>
761
+
762
+
763
+
764
+
765
+
766
+
767
+ <div class="sidebar-section-children"><a href="ITHit.LogLevel.html">LogLevel</a></div>
768
+
769
+
770
+
771
+
772
+
773
+
774
+ <div class="sidebar-section-children"><a href="ITHit.Logger.html">Logger</a></div>
775
+
776
+
777
+
778
+
779
+
780
+
781
+ </div>
782
+ </div>
783
+
784
+
785
+
786
+
787
+
788
+
789
+ </div>
790
+ </div>
791
+ </div>
792
+
793
+ <div class="navbar-container " id="VuAckcnZhf">
794
+
795
+
796
+ <nav class="navbar">
797
+ <div class="navbar-left-items">
798
+
799
+
800
+
801
+ </div>
802
+
803
+ <div class="navbar-right-items">
804
+
805
+ <div class="navbar-right-item">
806
+ <button class="icon-button search-button" aria-label='open-search'>
807
+ <svg><use xlink:href="#search-icon"></use></svg>
808
+ </button>
809
+ </div>
810
+
811
+ <div class="navbar-right-item">
812
+ <button class="icon-button theme-toggle" aria-label='toggle-theme'>
813
+ <svg><use class="theme-svg-use" xlink:href="#dark-theme-icon"></use></svg>
814
+ </button>
815
+ </div>
816
+ <div class="navbar-right-item">
817
+ <button class="icon-button font-size" aria-label='change-font-size'>
818
+ <svg><use xlink:href="#font-size-icon"></use></svg>
819
+ </button>
820
+ </div>
821
+ </div>
822
+ <nav>
823
+ </div>
824
+
825
+ <div class="toc-container ">
826
+ <div class="toc-content">
827
+ <div id="eed4d2a0bfd64539bb9df78095dec881"></div>
828
+ </div>
829
+ </div>
830
+
831
+ <div class="body-wrapper">
832
+ <div class="main-content ">
833
+ <div class="main-wrapper">
834
+ <h1 class="page-title js-toc-ignore" data-filename="ITHit.WebDAV.Client.Upload.UploadItem.html">Class: UploadItem</h1>
835
+
836
+
837
+
838
+
839
+ <section>
840
+
841
+ <header>
842
+ <h2 id="UploadItem-title">
843
+ UploadItem
844
+
845
+ Class
846
+
847
+ </h2>
848
+
849
+
850
+
851
+ <h3 id="namespace" class="subsection-title">Namespace</h3>
852
+ <div class="description">ITHit.WebDAV.Client.Upload</div>
853
+
854
+ </header>
855
+
856
+ <article>
857
+ <div class="container-overview">
858
+
859
+
860
+
861
+
862
+ <dt>
863
+ <div class="nameContainer">
864
+
865
+ </div>
866
+
867
+
868
+ </dt>
869
+ <dd>
870
+
871
+
872
+ <div class="description">
873
+ Represents a file or folder being uploaded. Provides functions to discover item state, get info about upload
874
+ </div>
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+ <table class="params">
885
+ <thead>
886
+ <tr>
887
+
888
+ <th>Name</th>
889
+
890
+
891
+ <th>Type</th>
892
+
893
+
894
+
895
+ <th class="last">Description</th>
896
+ </tr>
897
+ </thead>
898
+
899
+ <tbody>
900
+
901
+
902
+ <tr>
903
+
904
+ <td class="name"><code>sUrl</code></td>
905
+
906
+
907
+ <td class="type">
908
+
909
+
910
+ <span class="param-type">string</span>
911
+
912
+
913
+
914
+ </td>
915
+
916
+
917
+
918
+ <td class="description last">
919
+
920
+ </td>
921
+ </tr>
922
+
923
+
924
+
925
+ <tr>
926
+
927
+ <td class="name"><code>oFsEntry</code></td>
928
+
929
+
930
+ <td class="type">
931
+
932
+
933
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.FSEntry.html">ITHit.WebDAV.Client.Upload.FSEntry</a></span>
934
+
935
+
936
+
937
+ </td>
938
+
939
+
940
+
941
+ <td class="description last">
942
+
943
+ </td>
944
+ </tr>
945
+
946
+
947
+
948
+ <tr>
949
+
950
+ <td class="name"><code>oBinding</code></td>
951
+
952
+
953
+ <td class="type">
954
+
955
+
956
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html">ITHit.WebDAV.Client.Upload.Controls.HtmlControl</a></span>
957
+
958
+
959
+
960
+ </td>
961
+
962
+
963
+
964
+ <td class="description last">
965
+
966
+ </td>
967
+ </tr>
968
+
969
+
970
+
971
+ <tr>
972
+
973
+ <td class="name"><code>oSession</code></td>
974
+
975
+
976
+ <td class="type">
977
+
978
+
979
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.UploaderSession.html">ITHit.WebDAV.Client.Upload.UploaderSession</a></span>
980
+
981
+
982
+
983
+ </td>
984
+
985
+
986
+
987
+ <td class="description last">
988
+
989
+ </td>
990
+ </tr>
991
+
992
+
993
+
994
+ <tr>
995
+
996
+ <td class="name"><code>oGroupManager</code></td>
997
+
998
+
999
+ <td class="type">
1000
+
1001
+
1002
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.Groups.GroupManager.html">ITHit.WebDAV.Client.Upload.Groups.GroupManager</a></span>
1003
+
1004
+
1005
+
1006
+ </td>
1007
+
1008
+
1009
+
1010
+ <td class="description last">
1011
+
1012
+ </td>
1013
+ </tr>
1014
+
1015
+
1016
+
1017
+ <tr>
1018
+
1019
+ <td class="name"><code>oSettings</code></td>
1020
+
1021
+
1022
+ <td class="type">
1023
+
1024
+
1025
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.Settings.html">ITHit.WebDAV.Client.Upload.Settings</a></span>
1026
+
1027
+
1028
+
1029
+ </td>
1030
+
1031
+
1032
+
1033
+ <td class="description last">
1034
+
1035
+ </td>
1036
+ </tr>
1037
+
1038
+
1039
+ </tbody>
1040
+ </table>
1041
+
1042
+
1043
+
1044
+ <dl class="details">
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+
1065
+
1066
+ </dl>
1067
+
1068
+
1069
+
1070
+
1071
+
1072
+
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+
1079
+
1080
+ </dd>
1081
+
1082
+
1083
+ </div>
1084
+
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+
1092
+
1093
+
1094
+
1095
+
1096
+ <h3 id="members" class="subsection-title">Members</h3>
1097
+
1098
+ <dl>
1099
+
1100
+ <dt>
1101
+ <div class="nameContainer">
1102
+ <h4 class="name" id="CustomData"> CustomData<span class="type-signature type object"> :Object</span> </h4>
1103
+ <span class="toc-nav-name">CustomData</span>
1104
+ </div>
1105
+
1106
+
1107
+ </dt>
1108
+ <dd>
1109
+
1110
+ <div class="description">
1111
+ Stores custom data.
1112
+ </div>
1113
+
1114
+
1115
+
1116
+ <dl class="details">
1117
+
1118
+
1119
+
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+ </dl>
1139
+
1140
+
1141
+
1142
+ </dd>
1143
+
1144
+ </dl>
1145
+
1146
+
1147
+
1148
+ <h3 id="methods" class="subsection-title">Methods</h3>
1149
+
1150
+ <dl>
1151
+
1152
+ <dt>
1153
+ <div class="nameContainer">
1154
+
1155
+ <h4 class="name" id="AddHeader">
1156
+
1157
+
1158
+ AddHeader<span class="signature">(sName, sValue)</span>
1159
+
1160
+ </h4>
1161
+ <span class="toc-nav-name">AddHeader</span>
1162
+
1163
+ </div>
1164
+
1165
+
1166
+ </dt>
1167
+ <dd>
1168
+
1169
+
1170
+ <div class="description">
1171
+ Adds HTTP header to upload. Note that depending on your web server and web browser,
1172
+ </div>
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+
1180
+
1181
+
1182
+ <table class="params">
1183
+ <thead>
1184
+ <tr>
1185
+
1186
+ <th>Name</th>
1187
+
1188
+
1189
+ <th>Type</th>
1190
+
1191
+
1192
+
1193
+ <th class="last">Description</th>
1194
+ </tr>
1195
+ </thead>
1196
+
1197
+ <tbody>
1198
+
1199
+
1200
+ <tr>
1201
+
1202
+ <td class="name"><code>sName</code></td>
1203
+
1204
+
1205
+ <td class="type">
1206
+
1207
+
1208
+ <span class="param-type">String</span>
1209
+
1210
+
1211
+
1212
+ </td>
1213
+
1214
+
1215
+
1216
+ <td class="description last">
1217
+
1218
+ Header name.</td>
1219
+ </tr>
1220
+
1221
+
1222
+
1223
+ <tr>
1224
+
1225
+ <td class="name"><code>sValue</code></td>
1226
+
1227
+
1228
+ <td class="type">
1229
+
1230
+
1231
+ <span class="param-type">String</span>
1232
+
1233
+
1234
+
1235
+ </td>
1236
+
1237
+
1238
+
1239
+ <td class="description last">
1240
+
1241
+ Header value.</td>
1242
+ </tr>
1243
+
1244
+
1245
+ </tbody>
1246
+ </table>
1247
+
1248
+
1249
+
1250
+ <dl class="details">
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+ </dl>
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+
1285
+
1286
+ </dd>
1287
+
1288
+
1289
+
1290
+ <dt>
1291
+ <div class="nameContainer">
1292
+
1293
+ <h4 class="name" id="AddListener">
1294
+
1295
+
1296
+ AddListener<span class="signature">(sEventName, fCallback, <span class="optional">oContext</span>)</span>
1297
+
1298
+ </h4>
1299
+ <span class="toc-nav-name">AddListener</span>
1300
+
1301
+ </div>
1302
+
1303
+
1304
+ </dt>
1305
+ <dd>
1306
+
1307
+
1308
+ <div class="description">
1309
+ Add event handlers.
1310
+ </div>
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+
1319
+
1320
+ <table class="params">
1321
+ <thead>
1322
+ <tr>
1323
+
1324
+ <th>Name</th>
1325
+
1326
+
1327
+ <th>Type</th>
1328
+
1329
+
1330
+
1331
+ <th class="last">Description</th>
1332
+ </tr>
1333
+ </thead>
1334
+
1335
+ <tbody>
1336
+
1337
+
1338
+ <tr>
1339
+
1340
+ <td class="name"><code>sEventName</code></td>
1341
+
1342
+
1343
+ <td class="type">
1344
+
1345
+
1346
+ <span class="param-type">string</span>
1347
+
1348
+
1349
+
1350
+ </td>
1351
+
1352
+
1353
+
1354
+ <td class="description last">
1355
+
1356
+
1357
+
1358
+
1359
+
1360
+
1361
+ The event name to handle.</td>
1362
+ </tr>
1363
+
1364
+
1365
+
1366
+ <tr>
1367
+
1368
+ <td class="name"><code>fCallback</code></td>
1369
+
1370
+
1371
+ <td class="type">
1372
+
1373
+
1374
+ <span class="param-type">function</span>
1375
+
1376
+
1377
+
1378
+ </td>
1379
+
1380
+
1381
+
1382
+ <td class="description last">
1383
+
1384
+
1385
+
1386
+
1387
+
1388
+
1389
+ The callback to call.</td>
1390
+ </tr>
1391
+
1392
+
1393
+
1394
+ <tr>
1395
+
1396
+ <td class="name"><code>oContext</code></td>
1397
+
1398
+
1399
+ <td class="type">
1400
+
1401
+
1402
+ <span class="param-type">object</span>
1403
+
1404
+
1405
+
1406
+ </td>
1407
+
1408
+
1409
+
1410
+ <td class="description last">
1411
+
1412
+
1413
+ <span class="optional">optional</span>
1414
+
1415
+
1416
+
1417
+
1418
+
1419
+ The context to callback is called with.</td>
1420
+ </tr>
1421
+
1422
+
1423
+ </tbody>
1424
+ </table>
1425
+
1426
+
1427
+
1428
+ <dl class="details">
1429
+
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+
1444
+
1445
+
1446
+
1447
+
1448
+
1449
+
1450
+ </dl>
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+
1457
+
1458
+
1459
+
1460
+
1461
+
1462
+
1463
+
1464
+ </dd>
1465
+
1466
+
1467
+
1468
+ <dt>
1469
+ <div class="nameContainer">
1470
+
1471
+ <h4 class="name" id="CancelAsync">
1472
+
1473
+
1474
+ CancelAsync<span class="signature">(<span class="optional">iTryCount</span>, <span class="optional">iDelayAttempt</span>, <span class="optional">fCallback</span>)</span>
1475
+
1476
+ </h4>
1477
+ <span class="toc-nav-name">CancelAsync</span>
1478
+
1479
+ </div>
1480
+
1481
+
1482
+ </dt>
1483
+ <dd>
1484
+
1485
+
1486
+ <div class="description">
1487
+ Aborts upload.
1488
+ </div>
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+
1495
+
1496
+
1497
+
1498
+ <table class="params">
1499
+ <thead>
1500
+ <tr>
1501
+
1502
+ <th>Name</th>
1503
+
1504
+
1505
+ <th>Type</th>
1506
+
1507
+
1508
+
1509
+ <th class="last">Description</th>
1510
+ </tr>
1511
+ </thead>
1512
+
1513
+ <tbody>
1514
+
1515
+
1516
+ <tr>
1517
+
1518
+ <td class="name"><code>iTryCount</code></td>
1519
+
1520
+
1521
+ <td class="type">
1522
+
1523
+
1524
+ <span class="param-type">number</span>
1525
+
1526
+
1527
+
1528
+ </td>
1529
+
1530
+
1531
+
1532
+ <td class="description last">
1533
+
1534
+
1535
+ <span class="optional">optional</span>
1536
+
1537
+
1538
+
1539
+
1540
+
1541
+ Number of times to try to delete the file if the file did not exist on the server before upload.
1542
+ </tr>
1543
+
1544
+
1545
+
1546
+ <tr>
1547
+
1548
+ <td class="name"><code>iDelayAttempt</code></td>
1549
+
1550
+
1551
+ <td class="type">
1552
+
1553
+
1554
+ <span class="param-type">number</span>
1555
+
1556
+
1557
+
1558
+ </td>
1559
+
1560
+
1561
+
1562
+ <td class="description last">
1563
+
1564
+
1565
+ <span class="optional">optional</span>
1566
+
1567
+
1568
+
1569
+
1570
+
1571
+ Delay between attempts to delete in milliseconds. Default is: 500.</td>
1572
+ </tr>
1573
+
1574
+
1575
+
1576
+ <tr>
1577
+
1578
+ <td class="name"><code>fCallback</code></td>
1579
+
1580
+
1581
+ <td class="type">
1582
+
1583
+
1584
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.UploadItem.html#AsyncCallback">ITHit.WebDAV.Client.Upload.UploadItem~AsyncCallback</a></span>
1585
+
1586
+
1587
+
1588
+ </td>
1589
+
1590
+
1591
+
1592
+ <td class="description last">
1593
+
1594
+
1595
+ <span class="optional">optional</span>
1596
+
1597
+
1598
+
1599
+
1600
+
1601
+ The callback to call when upload is cancelled.</td>
1602
+ </tr>
1603
+
1604
+
1605
+ </tbody>
1606
+ </table>
1607
+
1608
+
1609
+
1610
+ <dl class="details">
1611
+
1612
+
1613
+
1614
+
1615
+
1616
+
1617
+
1618
+
1619
+
1620
+
1621
+
1622
+
1623
+
1624
+
1625
+
1626
+
1627
+
1628
+
1629
+
1630
+
1631
+
1632
+ </dl>
1633
+
1634
+
1635
+
1636
+
1637
+
1638
+
1639
+
1640
+
1641
+
1642
+
1643
+
1644
+
1645
+
1646
+ </dd>
1647
+
1648
+
1649
+
1650
+ <dt>
1651
+ <div class="nameContainer">
1652
+
1653
+ <h4 class="name" id="GetDeleteOnCancel">
1654
+
1655
+
1656
+ GetDeleteOnCancel<span class="signature">()</span><span class="type-signature returnType"> &rarr; {boolean}</span>
1657
+
1658
+ </h4>
1659
+ <span class="toc-nav-name">GetDeleteOnCancel</span>
1660
+
1661
+ </div>
1662
+
1663
+
1664
+ </dt>
1665
+ <dd>
1666
+
1667
+
1668
+ <div class="description">
1669
+ Gets if the file is deleted when the upload is canceled.
1670
+ </div>
1671
+
1672
+
1673
+
1674
+
1675
+
1676
+
1677
+
1678
+
1679
+
1680
+ <dl class="details">
1681
+
1682
+
1683
+
1684
+
1685
+
1686
+
1687
+
1688
+
1689
+
1690
+
1691
+
1692
+
1693
+
1694
+
1695
+
1696
+
1697
+
1698
+
1699
+
1700
+
1701
+
1702
+ </dl>
1703
+
1704
+
1705
+
1706
+
1707
+
1708
+
1709
+
1710
+
1711
+
1712
+
1713
+
1714
+
1715
+
1716
+
1717
+ <h5>Returns:</h5>
1718
+ <table class="params">
1719
+ <tbody>
1720
+
1721
+ <tr>
1722
+ <td class="type">
1723
+ <span class="param-type">
1724
+
1725
+ boolean
1726
+
1727
+
1728
+ </span>
1729
+ </td>
1730
+ <td class="description last">True if file is deleted when upload is canceled. Otherwise - false. Default is true.</td>
1731
+ </tr>
1732
+
1733
+ </tbody>
1734
+ </table>
1735
+
1736
+
1737
+
1738
+
1739
+ </dd>
1740
+
1741
+
1742
+
1743
+ <dt>
1744
+ <div class="nameContainer">
1745
+
1746
+ <h4 class="name" id="GetErrors">
1747
+
1748
+
1749
+ GetErrors<span class="signature">()</span><span class="type-signature returnType"> &rarr; {Array.&lt;Error>|Array.&lt;<a href="ITHit.WebDAV.Client.Exceptions.WebDavException.html">ITHit.WebDAV.Client.Exceptions.WebDavException</a>>}</span>
1750
+
1751
+ </h4>
1752
+ <span class="toc-nav-name">GetErrors</span>
1753
+
1754
+ </div>
1755
+
1756
+
1757
+ </dt>
1758
+ <dd>
1759
+
1760
+
1761
+ <div class="description">
1762
+ Gets all upload errors.
1763
+ </div>
1764
+
1765
+
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+
1772
+
1773
+ <dl class="details">
1774
+
1775
+
1776
+
1777
+
1778
+
1779
+
1780
+
1781
+
1782
+
1783
+
1784
+
1785
+
1786
+
1787
+
1788
+
1789
+
1790
+
1791
+
1792
+
1793
+
1794
+
1795
+ </dl>
1796
+
1797
+
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+
1806
+
1807
+
1808
+
1809
+
1810
+ <h5>Returns:</h5>
1811
+ <table class="params">
1812
+ <tbody>
1813
+
1814
+ <tr>
1815
+ <td class="type">
1816
+ <span class="param-type">
1817
+
1818
+ Array.&lt;Error>
1819
+ |
1820
+
1821
+ Array.&lt;<a href="ITHit.WebDAV.Client.Exceptions.WebDavException.html">ITHit.WebDAV.Client.Exceptions.WebDavException</a>>
1822
+
1823
+
1824
+ </span>
1825
+ </td>
1826
+ <td class="description last"></td>
1827
+ </tr>
1828
+
1829
+ </tbody>
1830
+ </table>
1831
+
1832
+
1833
+
1834
+
1835
+ </dd>
1836
+
1837
+
1838
+
1839
+ <dt>
1840
+ <div class="nameContainer">
1841
+
1842
+ <h4 class="name" id="GetFile">
1843
+
1844
+
1845
+ GetFile<span class="signature">()</span><span class="type-signature returnType"> &rarr; {File|null}</span>
1846
+
1847
+ </h4>
1848
+ <span class="toc-nav-name">GetFile</span>
1849
+
1850
+ </div>
1851
+
1852
+
1853
+ </dt>
1854
+ <dd>
1855
+
1856
+
1857
+ <div class="description">
1858
+ Gets <a href="https://www.w3.org/TR/FileAPI/">File</a> object. Returns null in case of a folder.
1859
+ </div>
1860
+
1861
+
1862
+
1863
+
1864
+
1865
+
1866
+
1867
+
1868
+
1869
+ <dl class="details">
1870
+
1871
+
1872
+
1873
+
1874
+
1875
+
1876
+
1877
+
1878
+
1879
+
1880
+
1881
+
1882
+
1883
+
1884
+
1885
+
1886
+
1887
+
1888
+
1889
+
1890
+
1891
+ </dl>
1892
+
1893
+
1894
+
1895
+
1896
+
1897
+
1898
+
1899
+
1900
+
1901
+
1902
+
1903
+
1904
+
1905
+
1906
+ <h5>Returns:</h5>
1907
+ <table class="params">
1908
+ <tbody>
1909
+
1910
+ <tr>
1911
+ <td class="type">
1912
+ <span class="param-type">
1913
+
1914
+ File
1915
+ |
1916
+
1917
+ null
1918
+
1919
+
1920
+ </span>
1921
+ </td>
1922
+ <td class="description last"></td>
1923
+ </tr>
1924
+
1925
+ </tbody>
1926
+ </table>
1927
+
1928
+
1929
+
1930
+
1931
+ </dd>
1932
+
1933
+
1934
+
1935
+ <dt>
1936
+ <div class="nameContainer">
1937
+
1938
+ <h4 class="name" id="GetLastError">
1939
+
1940
+
1941
+ GetLastError<span class="signature">()</span><span class="type-signature returnType"> &rarr; {Error|<a href="ITHit.WebDAV.Client.Exceptions.WebDavException.html">ITHit.WebDAV.Client.Exceptions.WebDavException</a>}</span>
1942
+
1943
+ </h4>
1944
+ <span class="toc-nav-name">GetLastError</span>
1945
+
1946
+ </div>
1947
+
1948
+
1949
+ </dt>
1950
+ <dd>
1951
+
1952
+
1953
+ <div class="description">
1954
+ Gets last upload error.
1955
+ </div>
1956
+
1957
+
1958
+
1959
+
1960
+
1961
+
1962
+
1963
+
1964
+
1965
+ <dl class="details">
1966
+
1967
+
1968
+
1969
+
1970
+
1971
+
1972
+
1973
+
1974
+
1975
+
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+ </dl>
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+ <h5>Returns:</h5>
2003
+ <table class="params">
2004
+ <tbody>
2005
+
2006
+ <tr>
2007
+ <td class="type">
2008
+ <span class="param-type">
2009
+
2010
+ Error
2011
+ |
2012
+
2013
+ <a href="ITHit.WebDAV.Client.Exceptions.WebDavException.html">ITHit.WebDAV.Client.Exceptions.WebDavException</a>
2014
+
2015
+
2016
+ </span>
2017
+ </td>
2018
+ <td class="description last"></td>
2019
+ </tr>
2020
+
2021
+ </tbody>
2022
+ </table>
2023
+
2024
+
2025
+
2026
+
2027
+ </dd>
2028
+
2029
+
2030
+
2031
+ <dt>
2032
+ <div class="nameContainer">
2033
+
2034
+ <h4 class="name" id="GetName">
2035
+
2036
+
2037
+ GetName<span class="signature">()</span><span class="type-signature returnType"> &rarr; {string}</span>
2038
+
2039
+ </h4>
2040
+ <span class="toc-nav-name">GetName</span>
2041
+
2042
+ </div>
2043
+
2044
+
2045
+ </dt>
2046
+ <dd>
2047
+
2048
+
2049
+ <div class="description">
2050
+ Gets file or folder name with extension.
2051
+ </div>
2052
+
2053
+
2054
+
2055
+
2056
+
2057
+
2058
+
2059
+
2060
+
2061
+ <dl class="details">
2062
+
2063
+
2064
+
2065
+
2066
+
2067
+
2068
+
2069
+
2070
+
2071
+
2072
+
2073
+
2074
+
2075
+
2076
+
2077
+
2078
+
2079
+
2080
+
2081
+
2082
+
2083
+ </dl>
2084
+
2085
+
2086
+
2087
+
2088
+
2089
+
2090
+
2091
+
2092
+
2093
+
2094
+
2095
+
2096
+
2097
+
2098
+ <h5>Returns:</h5>
2099
+ <table class="params">
2100
+ <tbody>
2101
+
2102
+ <tr>
2103
+ <td class="type">
2104
+ <span class="param-type">
2105
+
2106
+ string
2107
+
2108
+
2109
+ </span>
2110
+ </td>
2111
+ <td class="description last">File or folder name.</td>
2112
+ </tr>
2113
+
2114
+ </tbody>
2115
+ </table>
2116
+
2117
+
2118
+
2119
+
2120
+ </dd>
2121
+
2122
+
2123
+
2124
+ <dt>
2125
+ <div class="nameContainer">
2126
+
2127
+ <h4 class="name" id="GetOverwrite">
2128
+
2129
+
2130
+ GetOverwrite<span class="signature">()</span><span class="type-signature returnType"> &rarr; {boolean}</span>
2131
+
2132
+ </h4>
2133
+ <span class="toc-nav-name">GetOverwrite</span>
2134
+
2135
+ </div>
2136
+
2137
+
2138
+ </dt>
2139
+ <dd>
2140
+
2141
+
2142
+ <div class="description">
2143
+ Gets if the item will be overwritten if it exists on the server.
2144
+ </div>
2145
+
2146
+
2147
+
2148
+
2149
+
2150
+
2151
+
2152
+
2153
+
2154
+ <dl class="details">
2155
+
2156
+
2157
+
2158
+
2159
+
2160
+
2161
+
2162
+
2163
+
2164
+
2165
+
2166
+
2167
+
2168
+
2169
+
2170
+
2171
+
2172
+
2173
+
2174
+
2175
+
2176
+ </dl>
2177
+
2178
+
2179
+
2180
+
2181
+
2182
+
2183
+
2184
+
2185
+
2186
+
2187
+
2188
+
2189
+
2190
+
2191
+ <h5>Returns:</h5>
2192
+ <table class="params">
2193
+ <tbody>
2194
+
2195
+ <tr>
2196
+ <td class="type">
2197
+ <span class="param-type">
2198
+
2199
+ boolean
2200
+
2201
+
2202
+ </span>
2203
+ </td>
2204
+ <td class="description last">True if the file on the server will be overwritten. Otherwise - false. Default is false.</td>
2205
+ </tr>
2206
+
2207
+ </tbody>
2208
+ </table>
2209
+
2210
+
2211
+
2212
+
2213
+ </dd>
2214
+
2215
+
2216
+
2217
+ <dt>
2218
+ <div class="nameContainer">
2219
+
2220
+ <h4 class="name" id="GetProgress">
2221
+
2222
+
2223
+ GetProgress<span class="signature">()</span><span class="type-signature returnType"> &rarr; {<a href="ITHit.WebDAV.Client.Upload.Progress.html">ITHit.WebDAV.Client.Upload.Progress</a>}</span>
2224
+
2225
+ </h4>
2226
+ <span class="toc-nav-name">GetProgress</span>
2227
+
2228
+ </div>
2229
+
2230
+
2231
+ </dt>
2232
+ <dd>
2233
+
2234
+
2235
+ <div class="description">
2236
+ Gets object that describes upload progress.
2237
+ </div>
2238
+
2239
+
2240
+
2241
+
2242
+
2243
+
2244
+
2245
+
2246
+
2247
+ <dl class="details">
2248
+
2249
+
2250
+
2251
+
2252
+
2253
+
2254
+
2255
+
2256
+
2257
+
2258
+
2259
+
2260
+
2261
+
2262
+
2263
+
2264
+
2265
+
2266
+
2267
+
2268
+
2269
+ </dl>
2270
+
2271
+
2272
+
2273
+
2274
+
2275
+
2276
+
2277
+
2278
+
2279
+
2280
+
2281
+
2282
+
2283
+
2284
+ <h5>Returns:</h5>
2285
+ <table class="params">
2286
+ <tbody>
2287
+
2288
+ <tr>
2289
+ <td class="type">
2290
+ <span class="param-type">
2291
+
2292
+ <a href="ITHit.WebDAV.Client.Upload.Progress.html">ITHit.WebDAV.Client.Upload.Progress</a>
2293
+
2294
+
2295
+ </span>
2296
+ </td>
2297
+ <td class="description last"></td>
2298
+ </tr>
2299
+
2300
+ </tbody>
2301
+ </table>
2302
+
2303
+
2304
+
2305
+
2306
+ </dd>
2307
+
2308
+
2309
+
2310
+ <dt>
2311
+ <div class="nameContainer">
2312
+
2313
+ <h4 class="name" id="GetRelativePath">
2314
+
2315
+
2316
+ GetRelativePath<span class="signature">()</span><span class="type-signature returnType"> &rarr; {string}</span>
2317
+
2318
+ </h4>
2319
+ <span class="toc-nav-name">GetRelativePath</span>
2320
+
2321
+ </div>
2322
+
2323
+
2324
+ </dt>
2325
+ <dd>
2326
+
2327
+
2328
+ <div class="description">
2329
+ Gets relative path.
2330
+ </div>
2331
+
2332
+
2333
+
2334
+
2335
+
2336
+
2337
+
2338
+
2339
+
2340
+ <dl class="details">
2341
+
2342
+
2343
+
2344
+
2345
+
2346
+
2347
+
2348
+
2349
+
2350
+
2351
+
2352
+
2353
+
2354
+
2355
+
2356
+
2357
+
2358
+
2359
+
2360
+
2361
+
2362
+ </dl>
2363
+
2364
+
2365
+
2366
+
2367
+
2368
+
2369
+
2370
+
2371
+
2372
+
2373
+
2374
+
2375
+
2376
+
2377
+ <h5>Returns:</h5>
2378
+ <table class="params">
2379
+ <tbody>
2380
+
2381
+ <tr>
2382
+ <td class="type">
2383
+ <span class="param-type">
2384
+
2385
+ string
2386
+
2387
+
2388
+ </span>
2389
+ </td>
2390
+ <td class="description last">File or folder relative path.</td>
2391
+ </tr>
2392
+
2393
+ </tbody>
2394
+ </table>
2395
+
2396
+
2397
+
2398
+
2399
+ </dd>
2400
+
2401
+
2402
+
2403
+ <dt>
2404
+ <div class="nameContainer">
2405
+
2406
+ <h4 class="name" id="GetState">
2407
+
2408
+
2409
+ GetState<span class="signature">()</span><span class="type-signature returnType"> &rarr; {<a href="ITHit.WebDAV.Client.Upload.State.html">ITHit.WebDAV.Client.Upload.State</a>|string}</span>
2410
+
2411
+ </h4>
2412
+ <span class="toc-nav-name">GetState</span>
2413
+
2414
+ </div>
2415
+
2416
+
2417
+ </dt>
2418
+ <dd>
2419
+
2420
+
2421
+ <div class="description">
2422
+ Gets current upload state.
2423
+ </div>
2424
+
2425
+
2426
+
2427
+
2428
+
2429
+
2430
+
2431
+
2432
+
2433
+ <dl class="details">
2434
+
2435
+
2436
+
2437
+
2438
+
2439
+
2440
+
2441
+
2442
+
2443
+
2444
+
2445
+
2446
+
2447
+
2448
+
2449
+
2450
+
2451
+
2452
+
2453
+
2454
+
2455
+ </dl>
2456
+
2457
+
2458
+
2459
+
2460
+
2461
+
2462
+
2463
+
2464
+
2465
+
2466
+
2467
+
2468
+
2469
+
2470
+ <h5>Returns:</h5>
2471
+ <table class="params">
2472
+ <tbody>
2473
+
2474
+ <tr>
2475
+ <td class="type">
2476
+ <span class="param-type">
2477
+
2478
+ <a href="ITHit.WebDAV.Client.Upload.State.html">ITHit.WebDAV.Client.Upload.State</a>
2479
+ |
2480
+
2481
+ string
2482
+
2483
+
2484
+ </span>
2485
+ </td>
2486
+ <td class="description last"></td>
2487
+ </tr>
2488
+
2489
+ </tbody>
2490
+ </table>
2491
+
2492
+
2493
+
2494
+
2495
+ </dd>
2496
+
2497
+
2498
+
2499
+ <dt>
2500
+ <div class="nameContainer">
2501
+
2502
+ <h4 class="name" id="GetUrl">
2503
+
2504
+
2505
+ GetUrl<span class="signature">()</span><span class="type-signature returnType"> &rarr; {string}</span>
2506
+
2507
+ </h4>
2508
+ <span class="toc-nav-name">GetUrl</span>
2509
+
2510
+ </div>
2511
+
2512
+
2513
+ </dt>
2514
+ <dd>
2515
+
2516
+
2517
+ <div class="description">
2518
+ Get target url.
2519
+ </div>
2520
+
2521
+
2522
+
2523
+
2524
+
2525
+
2526
+
2527
+
2528
+
2529
+ <dl class="details">
2530
+
2531
+
2532
+
2533
+
2534
+
2535
+
2536
+
2537
+
2538
+
2539
+
2540
+
2541
+
2542
+
2543
+
2544
+
2545
+
2546
+
2547
+
2548
+
2549
+
2550
+
2551
+ </dl>
2552
+
2553
+
2554
+
2555
+
2556
+
2557
+
2558
+
2559
+
2560
+
2561
+
2562
+
2563
+
2564
+
2565
+
2566
+ <h5>Returns:</h5>
2567
+ <table class="params">
2568
+ <tbody>
2569
+
2570
+ <tr>
2571
+ <td class="type">
2572
+ <span class="param-type">
2573
+
2574
+ string
2575
+
2576
+
2577
+ </span>
2578
+ </td>
2579
+ <td class="description last">File or folder target upload URL.</td>
2580
+ </tr>
2581
+
2582
+ </tbody>
2583
+ </table>
2584
+
2585
+
2586
+
2587
+
2588
+ </dd>
2589
+
2590
+
2591
+
2592
+ <dt>
2593
+ <div class="nameContainer">
2594
+
2595
+ <h4 class="name" id="IsFolder">
2596
+
2597
+
2598
+ IsFolder<span class="signature">()</span><span class="type-signature returnType"> &rarr; {boolean}</span>
2599
+
2600
+ </h4>
2601
+ <span class="toc-nav-name">IsFolder</span>
2602
+
2603
+ </div>
2604
+
2605
+
2606
+ </dt>
2607
+ <dd>
2608
+
2609
+
2610
+ <div class="description">
2611
+ Check if upload item represents a folder item.
2612
+ </div>
2613
+
2614
+
2615
+
2616
+
2617
+
2618
+
2619
+
2620
+
2621
+
2622
+ <dl class="details">
2623
+
2624
+
2625
+
2626
+
2627
+
2628
+
2629
+
2630
+
2631
+
2632
+
2633
+
2634
+
2635
+
2636
+
2637
+
2638
+
2639
+
2640
+
2641
+
2642
+
2643
+
2644
+ </dl>
2645
+
2646
+
2647
+
2648
+
2649
+
2650
+
2651
+
2652
+
2653
+
2654
+
2655
+
2656
+
2657
+
2658
+
2659
+ <h5>Returns:</h5>
2660
+ <table class="params">
2661
+ <tbody>
2662
+
2663
+ <tr>
2664
+ <td class="type">
2665
+ <span class="param-type">
2666
+
2667
+ boolean
2668
+
2669
+
2670
+ </span>
2671
+ </td>
2672
+ <td class="description last">True if item is a folder. Otherwise - false.</td>
2673
+ </tr>
2674
+
2675
+ </tbody>
2676
+ </table>
2677
+
2678
+
2679
+
2680
+
2681
+ </dd>
2682
+
2683
+
2684
+
2685
+ <dt>
2686
+ <div class="nameContainer">
2687
+
2688
+ <h4 class="name" id="PauseAsync">
2689
+
2690
+
2691
+ PauseAsync<span class="signature">(<span class="optional">fCallback</span>)</span>
2692
+
2693
+ </h4>
2694
+ <span class="toc-nav-name">PauseAsync</span>
2695
+
2696
+ </div>
2697
+
2698
+
2699
+ </dt>
2700
+ <dd>
2701
+
2702
+
2703
+ <div class="description">
2704
+ Pauses upload.
2705
+ </div>
2706
+
2707
+
2708
+
2709
+
2710
+
2711
+
2712
+
2713
+
2714
+
2715
+ <table class="params">
2716
+ <thead>
2717
+ <tr>
2718
+
2719
+ <th>Name</th>
2720
+
2721
+
2722
+ <th>Type</th>
2723
+
2724
+
2725
+
2726
+ <th class="last">Description</th>
2727
+ </tr>
2728
+ </thead>
2729
+
2730
+ <tbody>
2731
+
2732
+
2733
+ <tr>
2734
+
2735
+ <td class="name"><code>fCallback</code></td>
2736
+
2737
+
2738
+ <td class="type">
2739
+
2740
+
2741
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.UploadItem.html#AsyncCallback">ITHit.WebDAV.Client.Upload.UploadItem~AsyncCallback</a></span>
2742
+
2743
+
2744
+
2745
+ </td>
2746
+
2747
+
2748
+
2749
+ <td class="description last">
2750
+
2751
+
2752
+ <span class="optional">optional</span>
2753
+
2754
+
2755
+
2756
+
2757
+
2758
+ The callback to call when upload is paused.</td>
2759
+ </tr>
2760
+
2761
+
2762
+ </tbody>
2763
+ </table>
2764
+
2765
+
2766
+
2767
+ <dl class="details">
2768
+
2769
+
2770
+
2771
+
2772
+
2773
+
2774
+
2775
+
2776
+
2777
+
2778
+
2779
+
2780
+
2781
+
2782
+
2783
+
2784
+
2785
+
2786
+
2787
+
2788
+
2789
+ </dl>
2790
+
2791
+
2792
+
2793
+
2794
+
2795
+
2796
+
2797
+
2798
+
2799
+
2800
+
2801
+
2802
+
2803
+ </dd>
2804
+
2805
+
2806
+
2807
+ <dt>
2808
+ <div class="nameContainer">
2809
+
2810
+ <h4 class="name" id="RemoveListener">
2811
+
2812
+
2813
+ RemoveListener<span class="signature">(sEventName, fCallback, <span class="optional">oContext</span>)</span>
2814
+
2815
+ </h4>
2816
+ <span class="toc-nav-name">RemoveListener</span>
2817
+
2818
+ </div>
2819
+
2820
+
2821
+ </dt>
2822
+ <dd>
2823
+
2824
+
2825
+ <div class="description">
2826
+ Remove event listener.
2827
+ </div>
2828
+
2829
+
2830
+
2831
+
2832
+
2833
+
2834
+
2835
+
2836
+
2837
+ <table class="params">
2838
+ <thead>
2839
+ <tr>
2840
+
2841
+ <th>Name</th>
2842
+
2843
+
2844
+ <th>Type</th>
2845
+
2846
+
2847
+
2848
+ <th class="last">Description</th>
2849
+ </tr>
2850
+ </thead>
2851
+
2852
+ <tbody>
2853
+
2854
+
2855
+ <tr>
2856
+
2857
+ <td class="name"><code>sEventName</code></td>
2858
+
2859
+
2860
+ <td class="type">
2861
+
2862
+
2863
+ <span class="param-type">string</span>
2864
+
2865
+
2866
+
2867
+ </td>
2868
+
2869
+
2870
+
2871
+ <td class="description last">
2872
+
2873
+
2874
+
2875
+
2876
+
2877
+
2878
+ The event name to remove.</td>
2879
+ </tr>
2880
+
2881
+
2882
+
2883
+ <tr>
2884
+
2885
+ <td class="name"><code>fCallback</code></td>
2886
+
2887
+
2888
+ <td class="type">
2889
+
2890
+
2891
+ <span class="param-type">function</span>
2892
+
2893
+
2894
+
2895
+ </td>
2896
+
2897
+
2898
+
2899
+ <td class="description last">
2900
+
2901
+
2902
+
2903
+
2904
+
2905
+
2906
+ The callback to call.</td>
2907
+ </tr>
2908
+
2909
+
2910
+
2911
+ <tr>
2912
+
2913
+ <td class="name"><code>oContext</code></td>
2914
+
2915
+
2916
+ <td class="type">
2917
+
2918
+
2919
+ <span class="param-type">object</span>
2920
+
2921
+
2922
+
2923
+ </td>
2924
+
2925
+
2926
+
2927
+ <td class="description last">
2928
+
2929
+
2930
+ <span class="optional">optional</span>
2931
+
2932
+
2933
+
2934
+
2935
+
2936
+ The context to callback is called with.</td>
2937
+ </tr>
2938
+
2939
+
2940
+ </tbody>
2941
+ </table>
2942
+
2943
+
2944
+
2945
+ <dl class="details">
2946
+
2947
+
2948
+
2949
+
2950
+
2951
+
2952
+
2953
+
2954
+
2955
+
2956
+
2957
+
2958
+
2959
+
2960
+
2961
+
2962
+
2963
+
2964
+
2965
+
2966
+
2967
+ </dl>
2968
+
2969
+
2970
+
2971
+
2972
+
2973
+
2974
+
2975
+
2976
+
2977
+
2978
+
2979
+
2980
+
2981
+ </dd>
2982
+
2983
+
2984
+
2985
+ <dt>
2986
+ <div class="nameContainer">
2987
+
2988
+ <h4 class="name" id="SetDeleteOnCancel">
2989
+
2990
+
2991
+ SetDeleteOnCancel<span class="signature">(bDelete)</span>
2992
+
2993
+ </h4>
2994
+ <span class="toc-nav-name">SetDeleteOnCancel</span>
2995
+
2996
+ </div>
2997
+
2998
+
2999
+ </dt>
3000
+ <dd>
3001
+
3002
+
3003
+ <div class="description">
3004
+ Sets if the file should be deleted if upload is canceled.
3005
+ </div>
3006
+
3007
+
3008
+
3009
+
3010
+
3011
+
3012
+
3013
+
3014
+
3015
+ <table class="params">
3016
+ <thead>
3017
+ <tr>
3018
+
3019
+ <th>Name</th>
3020
+
3021
+
3022
+ <th>Type</th>
3023
+
3024
+
3025
+
3026
+ <th class="last">Description</th>
3027
+ </tr>
3028
+ </thead>
3029
+
3030
+ <tbody>
3031
+
3032
+
3033
+ <tr>
3034
+
3035
+ <td class="name"><code>bDelete</code></td>
3036
+
3037
+
3038
+ <td class="type">
3039
+
3040
+
3041
+ <span class="param-type">boolean</span>
3042
+
3043
+
3044
+
3045
+ </td>
3046
+
3047
+
3048
+
3049
+ <td class="description last">
3050
+
3051
+ Specifies if the file should be deleted on cancel. Typically you will pass false if the file existed before upload.
3052
+ </tr>
3053
+
3054
+
3055
+ </tbody>
3056
+ </table>
3057
+
3058
+
3059
+
3060
+ <dl class="details">
3061
+
3062
+
3063
+
3064
+
3065
+
3066
+
3067
+
3068
+
3069
+
3070
+
3071
+
3072
+
3073
+
3074
+
3075
+
3076
+
3077
+
3078
+
3079
+
3080
+
3081
+
3082
+ </dl>
3083
+
3084
+
3085
+
3086
+
3087
+
3088
+
3089
+
3090
+
3091
+
3092
+ <h5>Throws:</h5>
3093
+
3094
+
3095
+
3096
+ <dl>
3097
+ <dt>
3098
+ <div class="param-desc">
3099
+ Thrown if this function is called on folder item.
3100
+ </div>
3101
+ </dt>
3102
+ <dt>
3103
+ <dl>
3104
+ <dt>
3105
+ Type
3106
+ </dt>
3107
+ <dd>
3108
+
3109
+ <span class="param-type">ITHit.Exceptions.ArgumentException</span>
3110
+
3111
+
3112
+ </dd>
3113
+ </dl>
3114
+ </dt>
3115
+ </dl>
3116
+
3117
+
3118
+
3119
+
3120
+
3121
+
3122
+
3123
+ </dd>
3124
+
3125
+
3126
+
3127
+ <dt>
3128
+ <div class="nameContainer">
3129
+
3130
+ <h4 class="name" id="SetFailed">
3131
+
3132
+
3133
+ SetFailed<span class="signature">(oError)</span>
3134
+
3135
+ </h4>
3136
+ <span class="toc-nav-name">SetFailed</span>
3137
+
3138
+ </div>
3139
+
3140
+
3141
+ </dt>
3142
+ <dd>
3143
+
3144
+
3145
+ <div class="description">
3146
+ Sets failed state.
3147
+ </div>
3148
+
3149
+
3150
+
3151
+
3152
+
3153
+
3154
+
3155
+
3156
+
3157
+ <table class="params">
3158
+ <thead>
3159
+ <tr>
3160
+
3161
+ <th>Name</th>
3162
+
3163
+
3164
+ <th>Type</th>
3165
+
3166
+
3167
+
3168
+ <th class="last">Description</th>
3169
+ </tr>
3170
+ </thead>
3171
+
3172
+ <tbody>
3173
+
3174
+
3175
+ <tr>
3176
+
3177
+ <td class="name"><code>oError</code></td>
3178
+
3179
+
3180
+ <td class="type">
3181
+
3182
+
3183
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Exceptions.WebDavException.html">ITHit.WebDAV.Client.Exceptions.WebDavException</a></span>
3184
+
3185
+
3186
+
3187
+ </td>
3188
+
3189
+
3190
+
3191
+ <td class="description last">
3192
+
3193
+ The error instance that will be set as a failure description.</td>
3194
+ </tr>
3195
+
3196
+
3197
+ </tbody>
3198
+ </table>
3199
+
3200
+
3201
+
3202
+ <dl class="details">
3203
+
3204
+
3205
+
3206
+
3207
+
3208
+
3209
+
3210
+
3211
+
3212
+
3213
+
3214
+
3215
+
3216
+
3217
+
3218
+
3219
+
3220
+
3221
+
3222
+
3223
+
3224
+ </dl>
3225
+
3226
+
3227
+
3228
+
3229
+
3230
+
3231
+
3232
+
3233
+
3234
+ <h5>Throws:</h5>
3235
+
3236
+
3237
+
3238
+ <dl>
3239
+ <dt>
3240
+ <div class="param-desc">
3241
+ - Thrown if argument is not derived from <a href="ITHit.WebDAV.Client.Exceptions.WebDavException.html">ITHit.WebDAV.Client.Exceptions.WebDavException</a>.
3242
+ </div>
3243
+ </dt>
3244
+ <dt>
3245
+ <dl>
3246
+ <dt>
3247
+ Type
3248
+ </dt>
3249
+ <dd>
3250
+
3251
+ <span class="param-type">ITHit.Exceptions.ArgumentException</span>
3252
+
3253
+
3254
+ </dd>
3255
+ </dl>
3256
+ </dt>
3257
+ </dl>
3258
+
3259
+
3260
+
3261
+
3262
+
3263
+
3264
+
3265
+ <h5>Example</h5>
3266
+
3267
+
3268
+ <pre class="prettyprint"><code>var oUploader = new ITHit.WebDAV.Client.Upload.Uploader();
3269
  var sErrorMessage = 'Added to queue in failed state';
1
3270
  var oWebDavException = new ITHit.WebDAV.Client.Exceptions.WebDavException(sMessage);
2
3271
  /&#42;&#42; &#64;typedef {ITHit.WebDAV.Client.Upload.UploadItem[]} aItemsToUpload &#42;/
3
3272
  oUploadItemsCreated.Items.forEach(function(oItem) {
4
3273
  oItem.SetFailed(oWebDavException);
5
3274
  }
6
3275
  oUploadItemsCreated.Upload(oUploadItemsCreated.Items);
3276
+
3277
+
3278
+
3279
+ </dd>
3280
+
3281
+
3282
+
3283
+ <dt>
3284
+ <div class="nameContainer">
3285
+
3286
+ <h4 class="name" id="SetOverwrite">
3287
+
3288
+
3289
+ SetOverwrite<span class="signature">(Pass)</span>
3290
+
3291
+ </h4>
3292
+ <span class="toc-nav-name">SetOverwrite</span>
3293
+
3294
+ </div>
3295
+
3296
+
3297
+ </dt>
3298
+ <dd>
3299
+
3300
+
3301
+ <div class="description">
3302
+ Sets if the item is overwritten if it exists on the server.
3303
+ </div>
3304
+
3305
+
3306
+
3307
+
3308
+
3309
+
3310
+
3311
+
3312
+
3313
+ <table class="params">
3314
+ <thead>
3315
+ <tr>
3316
+
3317
+ <th>Name</th>
3318
+
3319
+
3320
+ <th>Type</th>
3321
+
3322
+
3323
+
3324
+ <th class="last">Description</th>
3325
+ </tr>
3326
+ </thead>
3327
+
3328
+ <tbody>
3329
+
3330
+
3331
+ <tr>
3332
+
3333
+ <td class="name"><code>Pass</code></td>
3334
+
3335
+
3336
+ <td class="type">
3337
+
3338
+
3339
+ <span class="param-type">boolean</span>
3340
+
3341
+
3342
+
3343
+ </td>
3344
+
3345
+
3346
+
3347
+ <td class="description last">
3348
+
3349
+ true to force the file to be overwritten. Pass false to make upload fail if file exists.</td>
3350
+ </tr>
3351
+
3352
+
3353
+ </tbody>
3354
+ </table>
3355
+
3356
+
3357
+
3358
+ <dl class="details">
3359
+
3360
+
3361
+
3362
+
3363
+
3364
+
3365
+
3366
+
3367
+
3368
+
3369
+
3370
+
3371
+
3372
+
3373
+
3374
+
3375
+
3376
+
3377
+
3378
+
3379
+
3380
+ </dl>
3381
+
3382
+
3383
+
3384
+
3385
+
3386
+
3387
+
3388
+
3389
+
3390
+
3391
+
3392
+
3393
+
3394
+ </dd>
3395
+
3396
+
3397
+
3398
+ <dt>
3399
+ <div class="nameContainer">
3400
+
3401
+ <h4 class="name" id="StartAsync">
3402
+
3403
+
3404
+ StartAsync<span class="signature">(<span class="optional">fCallback</span>)</span>
3405
+
3406
+ </h4>
3407
+ <span class="toc-nav-name">StartAsync</span>
3408
+
3409
+ </div>
3410
+
3411
+
3412
+ </dt>
3413
+ <dd>
3414
+
3415
+
3416
+ <div class="description">
3417
+ Begins upload.
3418
+ </div>
3419
+
3420
+
3421
+
3422
+
3423
+
3424
+
3425
+
3426
+
3427
+
3428
+ <table class="params">
3429
+ <thead>
3430
+ <tr>
3431
+
3432
+ <th>Name</th>
3433
+
3434
+
3435
+ <th>Type</th>
3436
+
3437
+
3438
+
3439
+ <th class="last">Description</th>
3440
+ </tr>
3441
+ </thead>
3442
+
3443
+ <tbody>
3444
+
3445
+
3446
+ <tr>
3447
+
3448
+ <td class="name"><code>fCallback</code></td>
3449
+
3450
+
3451
+ <td class="type">
3452
+
3453
+
3454
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.UploadItem.html#AsyncCallback">ITHit.WebDAV.Client.Upload.UploadItem~AsyncCallback</a></span>
3455
+
3456
+
3457
+
3458
+ </td>
3459
+
3460
+
3461
+
3462
+ <td class="description last">
3463
+
3464
+
3465
+ <span class="optional">optional</span>
3466
+
3467
+
3468
+
3469
+
3470
+
3471
+ The callback to call when upload is paused.</td>
3472
+ </tr>
3473
+
3474
+
3475
+ </tbody>
3476
+ </table>
3477
+
3478
+
3479
+
3480
+ <dl class="details">
3481
+
3482
+
3483
+
3484
+
3485
+
3486
+
3487
+
3488
+
3489
+
3490
+
3491
+
3492
+
3493
+
3494
+
3495
+
3496
+
3497
+
3498
+
3499
+
3500
+
3501
+
3502
+ </dl>
3503
+
3504
+
3505
+
3506
+
3507
+
3508
+
3509
+
3510
+
3511
+
3512
+
3513
+
3514
+
3515
+
3516
+ </dd>
3517
+
3518
+ </dl>
3519
+
3520
+
3521
+
3522
+ <h3 id="type-definitions" class="subsection-title">Type Definitions</h3>
3523
+
3524
+ <dl>
3525
+
3526
+ <dt>
3527
+ <div class="nameContainer">
3528
+
3529
+ <h4 class="name" id="AsyncCallback">
3530
+
3531
+
3532
+ AsyncCallback<span class="signature">()</span>
3533
+
3534
+ </h4>
3535
+ <span class="toc-nav-name">AsyncCallback</span>
3536
+
3537
+ </div>
3538
+
3539
+
3540
+ </dt>
3541
+ <dd>
3542
+
3543
+
3544
+ <div class="description">
3545
+ Callback function to be called when action performed.
3546
+ </div>
3547
+
3548
+
3549
+
3550
+
3551
+
3552
+
3553
+
3554
+
3555
+
3556
+ <dl class="details">
3557
+
3558
+
3559
+
3560
+
3561
+
3562
+
3563
+
3564
+
3565
+
3566
+
3567
+
3568
+
3569
+
3570
+
3571
+
3572
+
3573
+
3574
+
3575
+
3576
+
3577
+
3578
+ </dl>
3579
+
3580
+
3581
+
3582
+
3583
+
3584
+
3585
+
3586
+
3587
+
3588
+
3589
+
3590
+
3591
+
3592
+ </dd>
3593
+
3594
+ </dl>
3595
+
3596
+
3597
+
3598
+ <h3 id="events" class="subsection-title">Events</h3>
3599
+
3600
+ <dl>
3601
+
3602
+ <dt>
3603
+ <div class="nameContainer">
3604
+
3605
+ <h4 class="name" id="event:OnBeforeUploadStarted">
3606
+
3607
+
3608
+ OnBeforeUploadStarted
3609
+
3610
+ </h4>
3611
+ <span class="toc-nav-name">OnBeforeUploadStarted</span>
3612
+
3613
+ </div>
3614
+
3615
+
3616
+ </dt>
3617
+ <dd>
3618
+
3619
+
3620
+ <div class="description">
3621
+ Event fired before <a href="ITHit.WebDAV.Client.Upload.UploadItem.html">ITHit.WebDAV.Client.Upload.UploadItem</a> started upload.
3622
+ </div>
3623
+
3624
+
3625
+
3626
+ <h5>Type:</h5>
3627
+ <ul>
3628
+ <li>
3629
+
3630
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html">ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted</a></span>
3631
+
3632
+
3633
+ </li>
3634
+ </ul>
3635
+
3636
+
3637
+
3638
+
3639
+
3640
+
3641
+
3642
+ <dl class="details">
3643
+
3644
+
3645
+
3646
+
3647
+
3648
+
3649
+
3650
+
3651
+
3652
+
3653
+
3654
+
3655
+
3656
+
3657
+
3658
+
3659
+
3660
+
3661
+
3662
+
3663
+
3664
+ </dl>
3665
+
3666
+
3667
+
3668
+
3669
+
3670
+
3671
+
3672
+
3673
+
3674
+
3675
+
3676
+
3677
+
3678
+ <h5>Example</h5>
3679
+
3680
+
3681
+ <pre class="prettyprint"><code>/&#x002A&#x002A @typedef {ITHit.WebDAV.Client.Upload.UploadItem} oItem &#x002A/
7
3682
  WebDAVController.WebDavSession.OpenItemAsync(sHref,
8
3683
  [],
9
3684
  function(oAsyncResult) {
10
3685
  if (oAsyncResult.IsSuccess) {
11
3686
  oItem.SetSkip(true);
12
3687
  }
13
3688
  oBeforeUploadStarted.Done();
14
3689
  });
3690
+
3691
+
3692
+
3693
+ </dd>
3694
+
3695
+
3696
+
3697
+ <dt>
3698
+ <div class="nameContainer">
3699
+
3700
+ <h4 class="name" id="event:OnError">
3701
+
3702
+
3703
+ OnError
3704
+
3705
+ </h4>
3706
+ <span class="toc-nav-name">OnError</span>
3707
+
3708
+ </div>
3709
+
3710
+
3711
+ </dt>
3712
+ <dd>
3713
+
3714
+
3715
+ <div class="description">
3716
+ Event reporting that upload error occurred.
3717
+ </div>
3718
+
3719
+
3720
+
3721
+
3722
+
3723
+
3724
+
3725
+
3726
+
3727
+ <dl class="details">
3728
+
3729
+
3730
+ <h5 class="subsection-title">Properties:</h5>
3731
+
3732
+ <dl>
3733
+
3734
+ <table class="props">
3735
+ <thead>
3736
+ <tr>
3737
+
3738
+ <th>Name</th>
3739
+
3740
+
3741
+ <th>Type</th>
3742
+
3743
+
3744
+
3745
+
3746
+
3747
+ <th class="last">Description</th>
3748
+ </tr>
3749
+ </thead>
3750
+
3751
+ <tbody>
3752
+
3753
+
3754
+ <tr>
3755
+
3756
+ <td class="name"><code>Sender</code></td>
3757
+
3758
+
3759
+ <td class="type">
3760
+
3761
+
3762
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.UploadItem.html">ITHit.WebDAV.Client.Upload.UploadItem</a></span>
3763
+
3764
+
3765
+
3766
+ </td>
3767
+
3768
+
3769
+
3770
+
3771
+
3772
+ <td class="description last">Upload item instance.</td>
3773
+ </tr>
3774
+
3775
+
3776
+
3777
+ <tr>
3778
+
3779
+ <td class="name"><code>Name</code></td>
3780
+
3781
+
3782
+ <td class="type">
3783
+
3784
+
3785
+ <span class="param-type">string</span>
3786
+
3787
+
3788
+
3789
+ </td>
3790
+
3791
+
3792
+
3793
+
3794
+
3795
+ <td class="description last">Event name.</td>
3796
+ </tr>
3797
+
3798
+
3799
+
3800
+ <tr>
3801
+
3802
+ <td class="name"><code>Error.</code></td>
3803
+
3804
+
3805
+ <td class="type">
3806
+
3807
+
3808
+ <span class="param-type">Error</span>
3809
+ |
3810
+
3811
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Exceptions.WebDavException.html">ITHit.WebDAV.Client.Exceptions.WebDavException</a></span>
3812
+
3813
+
3814
+
3815
+ </td>
3816
+
3817
+
3818
+
3819
+
3820
+
3821
+ <td class="description last"></td>
3822
+ </tr>
3823
+
3824
+
3825
+ </tbody>
3826
+ </table></dl>
3827
+
3828
+
3829
+
3830
+
3831
+
3832
+
3833
+
3834
+
3835
+
3836
+
3837
+
3838
+
3839
+
3840
+
3841
+
3842
+
3843
+
3844
+
3845
+
3846
+
3847
+
3848
+
3849
+ </dl>
3850
+
3851
+
3852
+
3853
+
3854
+
3855
+
3856
+
3857
+
3858
+
3859
+
3860
+
3861
+
3862
+
3863
+ <h5>Example</h5>
3864
+
3865
+
3866
+ <pre class="prettyprint"><code>/&#x002A&#x002A @typedef {ITHit.WebDAV.Client.Upload.UploadItem} oItem &#x002A/
15
3867
  console.log('Upload to:' + oOnError.Sender.GetUrl() + ', failed with error:' + oOnError.Error.toString());
16
3868
  });</code></pre>
3869
+
3870
+
3871
+
3872
+ </dd>
3873
+
3874
+
3875
+
3876
+ <dt>
3877
+ <div class="nameContainer">
3878
+
3879
+ <h4 class="name" id="event:OnProgressChanged">
3880
+
3881
+
3882
+ OnProgressChanged
3883
+
3884
+ </h4>
3885
+ <span class="toc-nav-name">OnProgressChanged</span>
3886
+
3887
+ </div>
3888
+
3889
+
3890
+ </dt>
3891
+ <dd>
3892
+
3893
+
3894
+ <div class="description">
3895
+ Event reporting that upload item progress changed.
3896
+ </div>
3897
+
3898
+
3899
+
3900
+
3901
+
3902
+
3903
+
3904
+
3905
+
3906
+ <dl class="details">
3907
+
3908
+
3909
+ <h5 class="subsection-title">Properties:</h5>
3910
+
3911
+ <dl>
3912
+
3913
+ <table class="props">
3914
+ <thead>
3915
+ <tr>
3916
+
3917
+ <th>Name</th>
3918
+
3919
+
3920
+ <th>Type</th>
3921
+
3922
+
3923
+
3924
+
3925
+
3926
+ <th class="last">Description</th>
3927
+ </tr>
3928
+ </thead>
3929
+
3930
+ <tbody>
3931
+
3932
+
3933
+ <tr>
3934
+
3935
+ <td class="name"><code>Sender</code></td>
3936
+
3937
+
3938
+ <td class="type">
3939
+
3940
+
3941
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.UploadItem.html">ITHit.WebDAV.Client.Upload.UploadItem</a></span>
3942
+
3943
+
3944
+
3945
+ </td>
3946
+
3947
+
3948
+
3949
+
3950
+
3951
+ <td class="description last">Upload item instance.</td>
3952
+ </tr>
3953
+
3954
+
3955
+
3956
+ <tr>
3957
+
3958
+ <td class="name"><code>Name</code></td>
3959
+
3960
+
3961
+ <td class="type">
3962
+
3963
+
3964
+ <span class="param-type">string</span>
3965
+
3966
+
3967
+
3968
+ </td>
3969
+
3970
+
3971
+
3972
+
3973
+
3974
+ <td class="description last">Event name.</td>
3975
+ </tr>
3976
+
3977
+
3978
+
3979
+ <tr>
3980
+
3981
+ <td class="name"><code>OldProgress</code></td>
3982
+
3983
+
3984
+ <td class="type">
3985
+
3986
+
3987
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.Progress.html">ITHit.WebDAV.Client.Upload.Progress</a></span>
3988
+
3989
+
3990
+
3991
+ </td>
3992
+
3993
+
3994
+
3995
+
3996
+
3997
+ <td class="description last">Previous progress.</td>
3998
+ </tr>
3999
+
4000
+
4001
+
4002
+ <tr>
4003
+
4004
+ <td class="name"><code>NewProgress</code></td>
4005
+
4006
+
4007
+ <td class="type">
4008
+
4009
+
4010
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.Progress.html">ITHit.WebDAV.Client.Upload.Progress</a></span>
4011
+
4012
+
4013
+
4014
+ </td>
4015
+
4016
+
4017
+
4018
+
4019
+
4020
+ <td class="description last">Actual progress.</td>
4021
+ </tr>
4022
+
4023
+
4024
+ </tbody>
4025
+ </table></dl>
4026
+
4027
+
4028
+
4029
+
4030
+
4031
+
4032
+
4033
+
4034
+
4035
+
4036
+
4037
+
4038
+
4039
+
4040
+
4041
+
4042
+
4043
+
4044
+
4045
+
4046
+
4047
+
4048
+ </dl>
4049
+
4050
+
4051
+
4052
+
4053
+
4054
+
4055
+
4056
+
4057
+
4058
+
4059
+
4060
+
4061
+
4062
+ <h5>Example</h5>
4063
+
4064
+
4065
+ <pre class="prettyprint"><code>/&#x002A&#x002A @typedef {ITHit.WebDAV.Client.Upload.UploadItem} oItem &#x002A/
17
4066
  console.log('Upload to:' + oStateChanged.Sender.GetUrl() + ', completed by:' + oProgressChanged.NewProgress.Completed + '%');
18
4067
  });</code></pre>
4068
+
4069
+
4070
+
4071
+ </dd>
4072
+
4073
+
4074
+
4075
+ <dt>
4076
+ <div class="nameContainer">
4077
+
4078
+ <h4 class="name" id="event:OnStateChanged">
4079
+
4080
+
4081
+ OnStateChanged
4082
+
4083
+ </h4>
4084
+ <span class="toc-nav-name">OnStateChanged</span>
4085
+
4086
+ </div>
4087
+
4088
+
4089
+ </dt>
4090
+ <dd>
4091
+
4092
+
4093
+ <div class="description">
4094
+ Event reporting that upload item state changed.
4095
+ </div>
4096
+
4097
+
4098
+
4099
+
4100
+
4101
+
4102
+
4103
+
4104
+
4105
+ <dl class="details">
4106
+
4107
+
4108
+ <h5 class="subsection-title">Properties:</h5>
4109
+
4110
+ <dl>
4111
+
4112
+ <table class="props">
4113
+ <thead>
4114
+ <tr>
4115
+
4116
+ <th>Name</th>
4117
+
4118
+
4119
+ <th>Type</th>
4120
+
4121
+
4122
+
4123
+
4124
+
4125
+ <th class="last">Description</th>
4126
+ </tr>
4127
+ </thead>
4128
+
4129
+ <tbody>
4130
+
4131
+
4132
+ <tr>
4133
+
4134
+ <td class="name"><code>Sender</code></td>
4135
+
4136
+
4137
+ <td class="type">
4138
+
4139
+
4140
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.UploadItem.html">ITHit.WebDAV.Client.Upload.UploadItem</a></span>
4141
+
4142
+
4143
+
4144
+ </td>
4145
+
4146
+
4147
+
4148
+
4149
+
4150
+ <td class="description last">Upload item instance.</td>
4151
+ </tr>
4152
+
4153
+
4154
+
4155
+ <tr>
4156
+
4157
+ <td class="name"><code>Name</code></td>
4158
+
4159
+
4160
+ <td class="type">
4161
+
4162
+
4163
+ <span class="param-type">string</span>
4164
+
4165
+
4166
+
4167
+ </td>
4168
+
4169
+
4170
+
4171
+
4172
+
4173
+ <td class="description last">Event name.</td>
4174
+ </tr>
4175
+
4176
+
4177
+
4178
+ <tr>
4179
+
4180
+ <td class="name"><code>OldState</code></td>
4181
+
4182
+
4183
+ <td class="type">
4184
+
4185
+
4186
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.State.html">ITHit.WebDAV.Client.Upload.State</a></span>
4187
+
4188
+
4189
+
4190
+ </td>
4191
+
4192
+
4193
+
4194
+
4195
+
4196
+ <td class="description last">Previous state.</td>
4197
+ </tr>
4198
+
4199
+
4200
+
4201
+ <tr>
4202
+
4203
+ <td class="name"><code>NewState</code></td>
4204
+
4205
+
4206
+ <td class="type">
4207
+
4208
+
4209
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.State.html">ITHit.WebDAV.Client.Upload.State</a></span>
4210
+
4211
+
4212
+
4213
+ </td>
4214
+
4215
+
4216
+
4217
+
4218
+
4219
+ <td class="description last">Actual state.</td>
4220
+ </tr>
4221
+
4222
+
4223
+ </tbody>
4224
+ </table></dl>
4225
+
4226
+
4227
+
4228
+
4229
+
4230
+
4231
+
4232
+
4233
+
4234
+
4235
+
4236
+
4237
+
4238
+
4239
+
4240
+
4241
+
4242
+
4243
+
4244
+
4245
+
4246
+
4247
+ </dl>
4248
+
4249
+
4250
+
4251
+
4252
+
4253
+
4254
+
4255
+
4256
+
4257
+
4258
+
4259
+
4260
+
4261
+ <h5>Example</h5>
4262
+
4263
+
4264
+ <pre class="prettyprint"><code>/&#x002A&#x002A @typedef {ITHit.WebDAV.Client.Upload.UploadItem} oItem &#x002A/
19
4265
  console.log('Upload to:' + oStateChanged.Sender.GetUrl() + ', changed state to :' + oStateChanged.NewState);
20
4266
  });</code></pre>
4267
+
4268
+
4269
+
4270
+ </dd>
4271
+
4272
+
4273
+
4274
+ <dt>
4275
+ <div class="nameContainer">
4276
+
4277
+ <h4 class="name" id="event:OnUploadError">
4278
+
4279
+
4280
+ OnUploadError
4281
+
4282
+ </h4>
4283
+ <span class="toc-nav-name">OnUploadError</span>
4284
+
4285
+ </div>
4286
+
4287
+
4288
+ </dt>
4289
+ <dd>
4290
+
4291
+
4292
+ <div class="description">
4293
+ Event fired when is possible to retry failed upload and waited until one of action called.
4294
+ </div>
4295
+
4296
+
4297
+
4298
+ <h5>Type:</h5>
4299
+ <ul>
4300
+ <li>
4301
+
4302
+ <span class="param-type"><a href="ITHit.WebDAV.Client.Upload.Events.UploadError.html">ITHit.WebDAV.Client.Upload.Events.UploadError</a></span>
4303
+
4304
+
4305
+ </li>
4306
+ </ul>
4307
+
4308
+
4309
+
4310
+
4311
+
4312
+
4313
+
4314
+ <dl class="details">
4315
+
4316
+
4317
+
4318
+
4319
+
4320
+
4321
+
4322
+
4323
+
4324
+
4325
+
4326
+
4327
+
4328
+
4329
+
4330
+
4331
+
4332
+
4333
+
4334
+
4335
+
4336
+ </dl>
4337
+
4338
+
4339
+
4340
+
4341
+
4342
+
4343
+
4344
+
4345
+
4346
+
4347
+
4348
+
4349
+
4350
+ <h5>Example</h5>
4351
+
4352
+
4353
+ <pre class="prettyprint"><code>/&#x002A&#x002A @typedef {ITHit.WebDAV.Client.Upload.UploadItem} oItem &#x002A/
21
4354
  setTimeout(function() {
22
4355
  oUploadError.Retry();
23
4356
  }, 2000)
4357
+
4358
+
4359
+
4360
+ </dd>
4361
+
4362
+ </dl>
4363
+
4364
+ </article>
4365
+
4366
+ </section>
4367
+
4368
+
4369
+
4370
+
4371
+
4372
+
4373
+
4374
+ </div>
4375
+ </div>
4376
+
4377
+ </div>
4378
+
4379
+
4380
+ <div class="search-container" id="PkfLWpAbet" style="display: none">
4381
+ <div class="wrapper" id="iCxFxjkHbP">
4382
+ <button class="icon-button search-close-button" id="VjLlGakifb" aria-label='close search'>
4383
+ <svg>
4384
+ <use xlink:href="#close-icon"></use>
4385
+ </svg>
4386
+
4387
+ </button>
4388
+ <div class="search-box-c">
4389
+ <svg><use xlink:href="#search-icon"></use></svg>
4390
+ <input type="text" id="vpcKVYIppa" class="search-input" placeholder="Search..." autofocus>
4391
+ </div>
4392
+ <div class="search-result-c" id="fWwVHRuDuN">
4393
+ <span class="search-result-c-text">Type anything to view search result</span>
4394
+ </div>
4395
+ </div>
4396
+ </div>
4397
+
4398
+
4399
+ <div class="mobile-menu-icon-container">
4400
+ <button class="icon-button" id="mobile-menu" data-isopen="false" aria-label="menu">
4401
+ <svg><use xlink:href="#menu-icon"></use></svg>
4402
+ </button>
4403
+ </div>
4404
+
4405
+ <div id="mobile-sidebar" class="mobile-sidebar-container">
4406
+ <div class="mobile-sidebar-wrapper">
4407
+
4408
+
4409
+ <a href="/" class="sidebar-title sidebar-title-anchor">Index</a>
4410
+
4411
+
4412
+ <div class="mobile-nav-links">
4413
+
4414
+
4415
+ </div>
4416
+ <div class="mobile-sidebar-items-c">
4417
+
4418
+
4419
+
4420
+ <div class="sidebar-section-title with-arrow" data-isopen="true" id="nav_ITHit">
4421
+
4422
+ <div>ITHit</div>
4423
+ <svg><use xlink:href="#down-icon"></use></svg>
4424
+
4425
+ </div>
4426
+ <div class="sidebar-section-children-container">
4427
+ <div style="padding-left: 8px;">
4428
+
4429
+
4430
+
4431
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAV">
4432
+
4433
+ <div>WebDAV</div>
4434
+ <svg><use xlink:href="#down-icon"></use></svg>
4435
+
4436
+ </div>
4437
+ <div class="sidebar-section-children-container">
4438
+ <div style="padding-left: 8px;">
4439
+
4440
+
4441
+
4442
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClient">
4443
+
4444
+ <div>Client</div>
4445
+ <svg><use xlink:href="#down-icon"></use></svg>
4446
+
4447
+ </div>
4448
+ <div class="sidebar-section-children-container">
4449
+ <div style="padding-left: 8px;">
4450
+
4451
+
4452
+
4453
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientExceptions">
4454
+
4455
+ <div>Exceptions</div>
4456
+ <svg><use xlink:href="#down-icon"></use></svg>
4457
+
4458
+ </div>
4459
+ <div class="sidebar-section-children-container">
4460
+ <div style="padding-left: 8px;">
4461
+
4462
+
4463
+
4464
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.BadRequestException.html">BadRequestException</a></div>
4465
+
4466
+
4467
+
4468
+
4469
+
4470
+
4471
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.ConflictException.html">ConflictException</a></div>
4472
+
4473
+
4474
+
4475
+
4476
+
4477
+
4478
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html">DependencyFailedException</a></div>
4479
+
4480
+
4481
+
4482
+
4483
+
4484
+
4485
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.ForbiddenException.html">ForbiddenException</a></div>
4486
+
4487
+
4488
+
4489
+
4490
+
4491
+
4492
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html">InsufficientStorageException</a></div>
4493
+
4494
+
4495
+
4496
+
4497
+
4498
+
4499
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.IntegrationException.html">IntegrationException</a></div>
4500
+
4501
+
4502
+
4503
+
4504
+
4505
+
4506
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.LockedException.html">LockedException</a></div>
4507
+
4508
+
4509
+
4510
+
4511
+
4512
+
4513
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html">MethodNotAllowedException</a></div>
4514
+
4515
+
4516
+
4517
+
4518
+
4519
+
4520
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.NotFoundException.html">NotFoundException</a></div>
4521
+
4522
+
4523
+
4524
+
4525
+
4526
+
4527
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.NotImplementedException.html">NotImplementedException</a></div>
4528
+
4529
+
4530
+
4531
+
4532
+
4533
+
4534
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html">PreconditionFailedException</a></div>
4535
+
4536
+
4537
+
4538
+
4539
+
4540
+
4541
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html">PropertyConflictException</a></div>
4542
+
4543
+
4544
+
4545
+
4546
+
4547
+
4548
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyException.html">PropertyException</a></div>
4549
+
4550
+
4551
+
4552
+
4553
+
4554
+
4555
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html">PropertyForbiddenException</a></div>
4556
+
4557
+
4558
+
4559
+
4560
+
4561
+
4562
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html">PropertyNotFoundException</a></div>
4563
+
4564
+
4565
+
4566
+
4567
+
4568
+
4569
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html">QuotaNotExceededException</a></div>
4570
+
4571
+
4572
+
4573
+
4574
+
4575
+
4576
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html">SufficientDiskSpaceException</a></div>
4577
+
4578
+
4579
+
4580
+
4581
+
4582
+
4583
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html">UnauthorizedException</a></div>
4584
+
4585
+
4586
+
4587
+
4588
+
4589
+
4590
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.WebDavException.html">WebDavException</a></div>
4591
+
4592
+
4593
+
4594
+
4595
+
4596
+
4597
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html">WebDavHttpException</a></div>
4598
+
4599
+
4600
+
4601
+
4602
+
4603
+
4604
+ </div>
4605
+ </div>
4606
+
4607
+
4608
+
4609
+
4610
+
4611
+
4612
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientUpload">
4613
+
4614
+ <div>Upload</div>
4615
+ <svg><use xlink:href="#down-icon"></use></svg>
4616
+
4617
+ </div>
4618
+ <div class="sidebar-section-children-container">
4619
+ <div style="padding-left: 8px;">
4620
+
4621
+
4622
+
4623
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientUploadControls">
4624
+
4625
+ <div>Controls</div>
4626
+ <svg><use xlink:href="#down-icon"></use></svg>
4627
+
4628
+ </div>
4629
+ <div class="sidebar-section-children-container">
4630
+ <div style="padding-left: 8px;">
4631
+
4632
+
4633
+
4634
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Controls.DropZone.html">DropZone</a></div>
4635
+
4636
+
4637
+
4638
+
4639
+
4640
+
4641
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html">HtmlControl</a></div>
4642
+
4643
+
4644
+
4645
+
4646
+
4647
+
4648
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Controls.Input.html">Input</a></div>
4649
+
4650
+
4651
+
4652
+
4653
+
4654
+
4655
+ </div>
4656
+ </div>
4657
+
4658
+
4659
+
4660
+
4661
+
4662
+
4663
+ <div class="sidebar-section-title with-arrow" data-isopen="false" id="nav_ITHitWebDAVClientUploadEvents">
4664
+
4665
+ <div>Events</div>
4666
+ <svg><use xlink:href="#down-icon"></use></svg>
4667
+
4668
+ </div>
4669
+ <div class="sidebar-section-children-container">
4670
+ <div style="padding-left: 8px;">
4671
+
4672
+
4673
+
4674
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html">AsyncEvent</a></div>
4675
+
4676
+
4677
+
4678
+
4679
+
4680
+
4681
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html">BeforeUploadStarted</a></div>
4682
+
4683
+
4684
+
4685
+
4686
+
4687
+
4688
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html">ProgressChanged</a></div>
4689
+
4690
+
4691
+
4692
+
4693
+
4694
+
4695
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.QueueChanged.html">QueueChanged</a></div>
4696
+
4697
+
4698
+
4699
+
4700
+
4701
+
4702
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.StateChanged.html">StateChanged</a></div>
4703
+
4704
+
4705
+
4706
+
4707
+
4708
+
4709
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.UploadError.html">UploadError</a></div>
4710
+
4711
+
4712
+
4713
+
4714
+
4715
+
4716
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html">UploadItemsCreated</a></div>
4717
+
4718
+
4719
+
4720
+
4721
+
4722
+
4723
+ </div>
4724
+ </div>
4725
+
4726
+
4727
+
4728
+
4729
+
4730
+
4731
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.DropZoneCollection.html">DropZoneCollection</a></div>
4732
+
4733
+
4734
+
4735
+
4736
+
4737
+
4738
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.InputCollection.html">InputCollection</a></div>
4739
+
4740
+
4741
+
4742
+
4743
+
4744
+
4745
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Progress.html">Progress</a></div>
4746
+
4747
+
4748
+
4749
+
4750
+
4751
+
4752
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Queue.html">Queue</a></div>
4753
+
4754
+
4755
+
4756
+
4757
+
4758
+
4759
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Settings.html">Settings</a></div>
4760
+
4761
+
4762
+
4763
+
4764
+
4765
+
4766
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.State.html">State</a></div>
4767
+
4768
+
4769
+
4770
+
4771
+
4772
+
4773
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.UploadItem.html">UploadItem</a></div>
4774
+
4775
+
4776
+
4777
+
4778
+
4779
+
4780
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Upload.Uploader.html">Uploader</a></div>
4781
+
4782
+
4783
+
4784
+
4785
+
4786
+
4787
+ </div>
4788
+ </div>
4789
+
4790
+
4791
+
4792
+
4793
+
4794
+
4795
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.AsyncResult.html">AsyncResult</a></div>
4796
+
4797
+
4798
+
4799
+
4800
+
4801
+
4802
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.DocManager.html">DocManager</a></div>
4803
+
4804
+
4805
+
4806
+
4807
+
4808
+
4809
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Error.html">Error</a></div>
4810
+
4811
+
4812
+
4813
+
4814
+
4815
+
4816
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Features.html">Features</a></div>
4817
+
4818
+
4819
+
4820
+
4821
+
4822
+
4823
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.File.html">File</a></div>
4824
+
4825
+
4826
+
4827
+
4828
+
4829
+
4830
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Folder.html">Folder</a></div>
4831
+
4832
+
4833
+
4834
+
4835
+
4836
+
4837
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.GEditInfo.html">GEditInfo</a></div>
4838
+
4839
+
4840
+
4841
+
4842
+
4843
+
4844
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.HierarchyItem.html">HierarchyItem</a></div>
4845
+
4846
+
4847
+
4848
+
4849
+
4850
+
4851
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.HttpStatus.html">HttpStatus</a></div>
4852
+
4853
+
4854
+
4855
+
4856
+
4857
+
4858
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.LockInfo.html">LockInfo</a></div>
4859
+
4860
+
4861
+
4862
+
4863
+
4864
+
4865
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.LockScope.html">LockScope</a></div>
4866
+
4867
+
4868
+
4869
+
4870
+
4871
+
4872
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.LockUriTokenPair.html">LockUriTokenPair</a></div>
4873
+
4874
+
4875
+
4876
+
4877
+
4878
+
4879
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.MsOfficeEditExtensions.html">MsOfficeEditExtensions</a></div>
4880
+
4881
+
4882
+
4883
+
4884
+
4885
+
4886
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Multistatus.html">Multistatus</a></div>
4887
+
4888
+
4889
+
4890
+
4891
+
4892
+
4893
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.MultistatusResponse.html">MultistatusResponse</a></div>
4894
+
4895
+
4896
+
4897
+
4898
+
4899
+
4900
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.OptionsInfo.html">OptionsInfo</a></div>
4901
+
4902
+
4903
+
4904
+
4905
+
4906
+
4907
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.OrderProperty.html">OrderProperty</a></div>
4908
+
4909
+
4910
+
4911
+
4912
+
4913
+
4914
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PageResults.html">PageResults</a></div>
4915
+
4916
+
4917
+
4918
+
4919
+
4920
+
4921
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Property.html">Property</a></div>
4922
+
4923
+
4924
+
4925
+
4926
+
4927
+
4928
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PropertyList.html">PropertyList</a></div>
4929
+
4930
+
4931
+
4932
+
4933
+
4934
+
4935
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PropertyMultistatusResponse.html">PropertyMultistatusResponse</a></div>
4936
+
4937
+
4938
+
4939
+
4940
+
4941
+
4942
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.PropertyName.html">PropertyName</a></div>
4943
+
4944
+
4945
+
4946
+
4947
+
4948
+
4949
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Request.html">Request</a></div>
4950
+
4951
+
4952
+
4953
+
4954
+
4955
+
4956
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.RequestProgress.html">RequestProgress</a></div>
4957
+
4958
+
4959
+
4960
+
4961
+
4962
+
4963
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.ResourceType.html">ResourceType</a></div>
4964
+
4965
+
4966
+
4967
+
4968
+
4969
+
4970
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.ResumableUpload.html">ResumableUpload</a></div>
4971
+
4972
+
4973
+
4974
+
4975
+
4976
+
4977
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.SPSManager.html">SPSManager</a></div>
4978
+
4979
+
4980
+
4981
+
4982
+
4983
+
4984
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.SearchQuery.html">SearchQuery</a></div>
4985
+
4986
+
4987
+
4988
+
4989
+
4990
+
4991
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Source.html">Source</a></div>
4992
+
4993
+
4994
+
4995
+
4996
+
4997
+
4998
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.Version.html">Version</a></div>
4999
+
5000
+
5001
+
5002
+
5003
+
5004
+
5005
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.WebDavRequest.html">WebDavRequest</a></div>
5006
+
5007
+
5008
+
5009
+
5010
+
5011
+
5012
+ <div class="sidebar-section-children"><a href="ITHit.WebDAV.Client.WebDavSession.html">WebDavSession</a></div>
5013
+
5014
+
5015
+
5016
+
5017
+
5018
+
5019
+ </div>
5020
+ </div>
5021
+
5022
+
5023
+
5024
+
5025
+
5026
+
5027
+ </div>
5028
+ </div>
5029
+
5030
+
5031
+
5032
+
5033
+
5034
+
5035
+ <div class="sidebar-section-children"><a href="ITHit.Environment.html">Environment</a></div>
5036
+
5037
+
5038
+
5039
+
5040
+
5041
+
5042
+ <div class="sidebar-section-children"><a href="ITHit.LogLevel.html">LogLevel</a></div>
5043
+
5044
+
5045
+
5046
+
5047
+
5048
+
5049
+ <div class="sidebar-section-children"><a href="ITHit.Logger.html">Logger</a></div>
5050
+
5051
+
5052
+
5053
+
5054
+
5055
+
5056
+ </div>
5057
+ </div>
5058
+
5059
+
5060
+
5061
+
5062
+
5063
+
5064
+ </div>
5065
+ <div class="mobile-navbar-actions">
5066
+
5067
+ <div class="navbar-right-item">
5068
+ <button class="icon-button search-button" aria-label='open-search'>
5069
+ <svg><use xlink:href="#search-icon"></use></svg>
5070
+ </button>
5071
+ </div>
5072
+
5073
+ <div class="navbar-right-item">
5074
+ <button class="icon-button theme-toggle" aria-label='toggle-theme'>
5075
+ <svg><use class="theme-svg-use" xlink:href="#dark-theme-icon"></use></svg>
5076
+ </button>
5077
+ </div>
5078
+ <div class="navbar-right-item">
5079
+ <button class="icon-button font-size" aria-label='change-font-size'>
5080
+ <svg><use xlink:href="#font-size-icon"></use></svg>
5081
+ </button>
5082
+ </div>
5083
+ </div>
5084
+ </div>
5085
+
5086
+ </div>
5087
+ <script type="text/javascript" src="scripts/core.min.js"></script>
5088
+
5089
+ <script src="scripts/search.min.js" defer></script>
5090
+ <script src="scripts/third-party/fuse.js" defer></script>
5091
+
5092
+
5093
+
5094
+
5095
+
5096
+ <script type="text/javascript">
5097
+ var tocbotInstance = tocbot.init({
5098
+ tocSelector: '#eed4d2a0bfd64539bb9df78095dec881',
5099
+ contentSelector: '.main-content',
5100
+ headingSelector: 'h2, h3, h4',
5101
+ hasInnerContainers: true,
5102
+ scrollContainer: '.main-content',
5103
+ headingsOffset: 130,
5104
+ onClick: bringLinkToView,
5105
+ });
5106
+
5107
+ </script>
5108
+
5109
+ </body>
5110
+
5111
+ </html>