@@ -465,7 +465,7 @@ Name | Type | Description | Notes
465
465
466
466
<a name =" deleteBookmark " ></a >
467
467
# ** deleteBookmark**
468
- > AsposeResponse deleteBookmark(name, bookmarkPath, folder, storage)
468
+ > AsposeResponse deleteBookmark(name, bookmarkPath, folder, storage, password )
469
469
470
470
Delete document bookmark by ID.
471
471
@@ -477,6 +477,7 @@ Name | Type | Description | Notes
477
477
** bookmarkPath** | ** String** | The bookmark path. |
478
478
** folder** | ** String** | The document folder. | [ optional]
479
479
** storage** | ** String** | The document storage. | [ optional]
480
+ ** password** | ** String** | The password (Base64). | [ optional]
480
481
481
482
### Return type
482
483
@@ -512,7 +513,7 @@ Name | Type | Description | Notes
512
513
513
514
<a name =" deleteDocumentBookmarks " ></a >
514
515
# ** deleteDocumentBookmarks**
515
- > AsposeResponse deleteDocumentBookmarks(name, folder, storage)
516
+ > AsposeResponse deleteDocumentBookmarks(name, folder, storage, password )
516
517
517
518
Delete all document bookmarks.
518
519
@@ -523,6 +524,7 @@ Name | Type | Description | Notes
523
524
** name** | ** String** | The document name. |
524
525
** folder** | ** String** | The document folder. | [ optional]
525
526
** storage** | ** String** | The document storage. | [ optional]
527
+ ** password** | ** String** | The password (Base64). | [ optional]
526
528
527
529
### Return type
528
530
@@ -844,17 +846,18 @@ Name | Type | Description | Notes
844
846
845
847
<a name =" deleteProperties " ></a >
846
848
# ** deleteProperties**
847
- > AsposeResponse deleteProperties(name, storage, folder)
849
+ > AsposeResponse deleteProperties(name, storage, folder, password )
848
850
849
851
Delete custom document properties.
850
852
851
853
### Parameters
852
854
853
855
Name | Type | Description | Notes
854
856
------------- | ------------- | ------------- | -------------
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]
858
861
859
862
### Return type
860
863
@@ -867,18 +870,19 @@ Name | Type | Description | Notes
867
870
868
871
<a name =" deleteProperty " ></a >
869
872
# ** deleteProperty**
870
- > AsposeResponse deleteProperty(name, propertyName, storage, folder)
873
+ > AsposeResponse deleteProperty(name, propertyName, storage, folder, password )
871
874
872
875
Delete document property.
873
876
874
877
### Parameters
875
878
876
879
Name | Type | Description | Notes
877
880
------------- | ------------- | ------------- | -------------
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]
882
886
883
887
### Return type
884
888
@@ -963,7 +967,7 @@ Name | Type | Description | Notes
963
967
964
968
<a name =" getBookmark " ></a >
965
969
# ** getBookmark**
966
- > BookmarkResponse getBookmark(name, bookmarkPath, folder, storage)
970
+ > BookmarkResponse getBookmark(name, bookmarkPath, folder, storage, password )
967
971
968
972
Read document bookmark.
969
973
@@ -975,6 +979,7 @@ Name | Type | Description | Notes
975
979
** bookmarkPath** | ** String** | The bookmark path. |
976
980
** folder** | ** String** | The document folder. | [ optional]
977
981
** storage** | ** String** | The document storage. | [ optional]
982
+ ** password** | ** String** | The password (Base64). | [ optional]
978
983
979
984
### Return type
980
985
@@ -987,7 +992,7 @@ Name | Type | Description | Notes
987
992
988
993
<a name =" getBookmarks " ></a >
989
994
# ** getBookmarks**
990
- > BookmarksResponse getBookmarks(name, bookmarkPath, folder, storage)
995
+ > BookmarksResponse getBookmarks(name, bookmarkPath, folder, storage, password )
991
996
992
997
Read document bookmarks node list.
993
998
@@ -999,6 +1004,7 @@ Name | Type | Description | Notes
999
1004
** bookmarkPath** | ** String** | The bookmark path. |
1000
1005
** folder** | ** String** | The document folder. | [ optional]
1001
1006
** storage** | ** String** | The document storage. | [ optional]
1007
+ ** password** | ** String** | The password (Base64). | [ optional]
1002
1008
1003
1009
### Return type
1004
1010
@@ -1222,7 +1228,7 @@ Name | Type | Description | Notes
1222
1228
1223
1229
<a name =" getDocumentBookmarks " ></a >
1224
1230
# ** getDocumentBookmarks**
1225
- > BookmarksResponse getDocumentBookmarks(name, folder, storage)
1231
+ > BookmarksResponse getDocumentBookmarks(name, folder, storage, password )
1226
1232
1227
1233
Read document bookmarks tree.
1228
1234
@@ -1233,6 +1239,7 @@ Name | Type | Description | Notes
1233
1239
** name** | ** String** | The document name. |
1234
1240
** folder** | ** String** | The document folder. | [ optional]
1235
1241
** storage** | ** String** | The document storage. | [ optional]
1242
+ ** password** | ** String** | The password (Base64). | [ optional]
1236
1243
1237
1244
### Return type
1238
1245
@@ -1614,17 +1621,18 @@ Name | Type | Description | Notes
1614
1621
1615
1622
<a name =" getDocumentProperties " ></a >
1616
1623
# ** getDocumentProperties**
1617
- > DocumentPropertiesResponse getDocumentProperties(name, storage, folder)
1624
+ > DocumentPropertiesResponse getDocumentProperties(name, storage, folder, password )
1618
1625
1619
1626
Read document properties.
1620
1627
1621
1628
### Parameters
1622
1629
1623
1630
Name | Type | Description | Notes
1624
1631
------------- | ------------- | ------------- | -------------
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]
1628
1636
1629
1637
### Return type
1630
1638
@@ -1637,18 +1645,19 @@ Name | Type | Description | Notes
1637
1645
1638
1646
<a name =" getDocumentProperty " ></a >
1639
1647
# ** getDocumentProperty**
1640
- > DocumentPropertyResponse getDocumentProperty(name, propertyName, storage, folder)
1648
+ > DocumentPropertyResponse getDocumentProperty(name, propertyName, storage, folder, password )
1641
1649
1642
1650
Read document property by name.
1643
1651
1644
1652
### Parameters
1645
1653
1646
1654
Name | Type | Description | Notes
1647
1655
------------- | ------------- | ------------- | -------------
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]
1652
1661
1653
1662
### Return type
1654
1663
@@ -4951,7 +4960,7 @@ Name | Type | Description | Notes
4951
4960
4952
4961
<a name =" postBookmark " ></a >
4953
4962
# ** postBookmark**
4954
- > BookmarksResponse postBookmark(name, bookmarkPath, bookmarks, folder, storage)
4963
+ > BookmarksResponse postBookmark(name, bookmarkPath, bookmarks, folder, storage, password )
4955
4964
4956
4965
Add document bookmarks.
4957
4966
@@ -4964,6 +4973,7 @@ Name | Type | Description | Notes
4964
4973
** bookmarks** | [ ** List< ; Bookmark> ; ** ] ( Bookmark.md ) | The array of bookmark. |
4965
4974
** folder** | ** String** | The document folder. | [ optional]
4966
4975
** storage** | ** String** | The document storage. | [ optional]
4976
+ ** password** | ** String** | The password (Base64). | [ optional]
4967
4977
4968
4978
### Return type
4969
4979
@@ -6482,7 +6492,7 @@ Name | Type | Description | Notes
6482
6492
6483
6493
<a name =" putBookmark " ></a >
6484
6494
# ** putBookmark**
6485
- > BookmarkResponse putBookmark(name, bookmarkPath, bookmark, folder, storage)
6495
+ > BookmarkResponse putBookmark(name, bookmarkPath, bookmark, folder, storage, password )
6486
6496
6487
6497
Update document bookmark.
6488
6498
@@ -6495,6 +6505,7 @@ Name | Type | Description | Notes
6495
6505
** bookmark** | [ ** Bookmark** ] ( Bookmark.md ) | The bookmark. |
6496
6506
** folder** | ** String** | The document folder. | [ optional]
6497
6507
** storage** | ** String** | The document storage. | [ optional]
6508
+ ** password** | ** String** | The password (Base64). | [ optional]
6498
6509
6499
6510
### Return type
6500
6511
@@ -8785,19 +8796,20 @@ Name | Type | Description | Notes
8785
8796
8786
8797
<a name =" putSetProperty " ></a >
8787
8798
# ** putSetProperty**
8788
- > DocumentPropertyResponse putSetProperty(name, propertyName, value, storage, folder)
8799
+ > DocumentPropertyResponse putSetProperty(name, propertyName, value, storage, folder, password )
8789
8800
8790
8801
Add/update document property.
8791
8802
8792
8803
### Parameters
8793
8804
8794
8805
Name | Type | Description | Notes
8795
8806
------------- | ------------- | ------------- | -------------
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]
8801
8813
8802
8814
### Return type
8803
8815
0 commit comments