@@ -465,7 +465,7 @@ Name | Type | Description | Notes
465465
466466<a name =" deleteBookmark " ></a >
467467# ** deleteBookmark**
468- > AsposeResponse deleteBookmark(name, bookmarkPath, folder, storage)
468+ > AsposeResponse deleteBookmark(name, bookmarkPath, folder, storage, password )
469469
470470Delete document bookmark by ID.
471471
@@ -477,6 +477,7 @@ Name | Type | Description | Notes
477477 ** bookmarkPath** | ** String** | The bookmark path. |
478478 ** folder** | ** String** | The document folder. | [ optional]
479479 ** storage** | ** String** | The document storage. | [ optional]
480+ ** password** | ** String** | The password (Base64). | [ optional]
480481
481482### Return type
482483
@@ -512,7 +513,7 @@ Name | Type | Description | Notes
512513
513514<a name =" deleteDocumentBookmarks " ></a >
514515# ** deleteDocumentBookmarks**
515- > AsposeResponse deleteDocumentBookmarks(name, folder, storage)
516+ > AsposeResponse deleteDocumentBookmarks(name, folder, storage, password )
516517
517518Delete all document bookmarks.
518519
@@ -523,6 +524,7 @@ Name | Type | Description | Notes
523524 ** name** | ** String** | The document name. |
524525 ** folder** | ** String** | The document folder. | [ optional]
525526 ** storage** | ** String** | The document storage. | [ optional]
527+ ** password** | ** String** | The password (Base64). | [ optional]
526528
527529### Return type
528530
@@ -844,17 +846,18 @@ Name | Type | Description | Notes
844846
845847<a name =" deleteProperties " ></a >
846848# ** deleteProperties**
847- > AsposeResponse deleteProperties(name, storage, folder)
849+ > AsposeResponse deleteProperties(name, storage, folder, password )
848850
849851Delete custom document properties.
850852
851853### Parameters
852854
853855Name | Type | Description | Notes
854856------------- | ------------- | ------------- | -------------
855- ** name** | ** String** | |
856- ** storage** | ** String** | | [ optional]
857- ** folder** | ** String** | | [ optional]
857+ ** name** | ** String** | The document name. |
858+ ** storage** | ** String** | The document storage. | [ optional]
859+ ** folder** | ** String** | The document folder. | [ optional]
860+ ** password** | ** String** | The password (Base64). | [ optional]
858861
859862### Return type
860863
@@ -867,18 +870,19 @@ Name | Type | Description | Notes
867870
868871<a name =" deleteProperty " ></a >
869872# ** deleteProperty**
870- > AsposeResponse deleteProperty(name, propertyName, storage, folder)
873+ > AsposeResponse deleteProperty(name, propertyName, storage, folder, password )
871874
872875Delete document property.
873876
874877### Parameters
875878
876879Name | Type | Description | Notes
877880------------- | ------------- | ------------- | -------------
878- ** name** | ** String** | |
879- ** propertyName** | ** String** | |
880- ** storage** | ** String** | | [ optional]
881- ** folder** | ** String** | | [ optional]
881+ ** name** | ** String** | The document name. |
882+ ** propertyName** | ** String** | Property name. |
883+ ** storage** | ** String** | The document storage. | [ optional]
884+ ** folder** | ** String** | The document folder. | [ optional]
885+ ** password** | ** String** | The password (Base64). | [ optional]
882886
883887### Return type
884888
@@ -963,7 +967,7 @@ Name | Type | Description | Notes
963967
964968<a name =" getBookmark " ></a >
965969# ** getBookmark**
966- > BookmarkResponse getBookmark(name, bookmarkPath, folder, storage)
970+ > BookmarkResponse getBookmark(name, bookmarkPath, folder, storage, password )
967971
968972Read document bookmark.
969973
@@ -975,6 +979,7 @@ Name | Type | Description | Notes
975979 ** bookmarkPath** | ** String** | The bookmark path. |
976980 ** folder** | ** String** | The document folder. | [ optional]
977981 ** storage** | ** String** | The document storage. | [ optional]
982+ ** password** | ** String** | The password (Base64). | [ optional]
978983
979984### Return type
980985
@@ -987,7 +992,7 @@ Name | Type | Description | Notes
987992
988993<a name =" getBookmarks " ></a >
989994# ** getBookmarks**
990- > BookmarksResponse getBookmarks(name, bookmarkPath, folder, storage)
995+ > BookmarksResponse getBookmarks(name, bookmarkPath, folder, storage, password )
991996
992997Read document bookmarks node list.
993998
@@ -999,6 +1004,7 @@ Name | Type | Description | Notes
9991004 ** bookmarkPath** | ** String** | The bookmark path. |
10001005 ** folder** | ** String** | The document folder. | [ optional]
10011006 ** storage** | ** String** | The document storage. | [ optional]
1007+ ** password** | ** String** | The password (Base64). | [ optional]
10021008
10031009### Return type
10041010
@@ -1222,7 +1228,7 @@ Name | Type | Description | Notes
12221228
12231229<a name =" getDocumentBookmarks " ></a >
12241230# ** getDocumentBookmarks**
1225- > BookmarksResponse getDocumentBookmarks(name, folder, storage)
1231+ > BookmarksResponse getDocumentBookmarks(name, folder, storage, password )
12261232
12271233Read document bookmarks tree.
12281234
@@ -1233,6 +1239,7 @@ Name | Type | Description | Notes
12331239 ** name** | ** String** | The document name. |
12341240 ** folder** | ** String** | The document folder. | [ optional]
12351241 ** storage** | ** String** | The document storage. | [ optional]
1242+ ** password** | ** String** | The password (Base64). | [ optional]
12361243
12371244### Return type
12381245
@@ -1614,17 +1621,18 @@ Name | Type | Description | Notes
16141621
16151622<a name =" getDocumentProperties " ></a >
16161623# ** getDocumentProperties**
1617- > DocumentPropertiesResponse getDocumentProperties(name, storage, folder)
1624+ > DocumentPropertiesResponse getDocumentProperties(name, storage, folder, password )
16181625
16191626Read document properties.
16201627
16211628### Parameters
16221629
16231630Name | Type | Description | Notes
16241631------------- | ------------- | ------------- | -------------
1625- ** name** | ** String** | |
1626- ** storage** | ** String** | | [ optional]
1627- ** folder** | ** String** | | [ optional]
1632+ ** name** | ** String** | The document name. |
1633+ ** storage** | ** String** | The document storage. | [ optional]
1634+ ** folder** | ** String** | The document folder. | [ optional]
1635+ ** password** | ** String** | The password (Base64). | [ optional]
16281636
16291637### Return type
16301638
@@ -1637,18 +1645,19 @@ Name | Type | Description | Notes
16371645
16381646<a name =" getDocumentProperty " ></a >
16391647# ** getDocumentProperty**
1640- > DocumentPropertyResponse getDocumentProperty(name, propertyName, storage, folder)
1648+ > DocumentPropertyResponse getDocumentProperty(name, propertyName, storage, folder, password )
16411649
16421650Read document property by name.
16431651
16441652### Parameters
16451653
16461654Name | Type | Description | Notes
16471655------------- | ------------- | ------------- | -------------
1648- ** name** | ** String** | |
1649- ** propertyName** | ** String** | |
1650- ** storage** | ** String** | | [ optional]
1651- ** folder** | ** String** | | [ optional]
1656+ ** name** | ** String** | The document name. |
1657+ ** propertyName** | ** String** | Property name. |
1658+ ** storage** | ** String** | The document storage. | [ optional]
1659+ ** folder** | ** String** | The document folder. | [ optional]
1660+ ** password** | ** String** | The password (Base64). | [ optional]
16521661
16531662### Return type
16541663
@@ -4951,7 +4960,7 @@ Name | Type | Description | Notes
49514960
49524961<a name =" postBookmark " ></a >
49534962# ** postBookmark**
4954- > BookmarksResponse postBookmark(name, bookmarkPath, bookmarks, folder, storage)
4963+ > BookmarksResponse postBookmark(name, bookmarkPath, bookmarks, folder, storage, password )
49554964
49564965Add document bookmarks.
49574966
@@ -4964,6 +4973,7 @@ Name | Type | Description | Notes
49644973 ** bookmarks** | [ ** List< ; Bookmark> ; ** ] ( Bookmark.md ) | The array of bookmark. |
49654974 ** folder** | ** String** | The document folder. | [ optional]
49664975 ** storage** | ** String** | The document storage. | [ optional]
4976+ ** password** | ** String** | The password (Base64). | [ optional]
49674977
49684978### Return type
49694979
@@ -6482,7 +6492,7 @@ Name | Type | Description | Notes
64826492
64836493<a name =" putBookmark " ></a >
64846494# ** putBookmark**
6485- > BookmarkResponse putBookmark(name, bookmarkPath, bookmark, folder, storage)
6495+ > BookmarkResponse putBookmark(name, bookmarkPath, bookmark, folder, storage, password )
64866496
64876497Update document bookmark.
64886498
@@ -6495,6 +6505,7 @@ Name | Type | Description | Notes
64956505 ** bookmark** | [ ** Bookmark** ] ( Bookmark.md ) | The bookmark. |
64966506 ** folder** | ** String** | The document folder. | [ optional]
64976507 ** storage** | ** String** | The document storage. | [ optional]
6508+ ** password** | ** String** | The password (Base64). | [ optional]
64986509
64996510### Return type
65006511
@@ -8785,19 +8796,20 @@ Name | Type | Description | Notes
87858796
87868797<a name =" putSetProperty " ></a >
87878798# ** putSetProperty**
8788- > DocumentPropertyResponse putSetProperty(name, propertyName, value, storage, folder)
8799+ > DocumentPropertyResponse putSetProperty(name, propertyName, value, storage, folder, password )
87898800
87908801Add/update document property.
87918802
87928803### Parameters
87938804
87948805Name | Type | Description | Notes
87958806------------- | ------------- | ------------- | -------------
8796- ** name** | ** String** | |
8797- ** propertyName** | ** String** | |
8798- ** value** | ** String** | |
8799- ** storage** | ** String** | | [ optional]
8800- ** folder** | ** String** | | [ optional]
8807+ ** name** | ** String** | The document name. |
8808+ ** propertyName** | ** String** | Property name. |
8809+ ** value** | ** String** | Property value. |
8810+ ** storage** | ** String** | The document storage. | [ optional]
8811+ ** folder** | ** String** | The document folder. | [ optional]
8812+ ** password** | ** String** | The password (Base64). | [ optional]
88018813
88028814### Return type
88038815
0 commit comments