Skip to content

Commit

Permalink
Merge pull request #752 from Picturepark/11.12.x
Browse files Browse the repository at this point in the history
11.12.x
  • Loading branch information
cguedel authored Aug 20, 2024
2 parents 67a887f + 9cd50ff commit 9664c34
Show file tree
Hide file tree
Showing 888 changed files with 10,754 additions and 5,604 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Links:
| `11.9.x` | `11.9.x` |
| `11.10.x` | `11.10.x`, `11.9.x` |
| `11.11.x` | `11.11.x`, `11.10.x` |
| `11.12.x` | `11.12.x`, `11.11.x` |

## SDK Development

Expand Down
122 changes: 122 additions & 0 deletions docs/sdk/site/api/Picturepark.SDK.V1.ContentClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -3416,6 +3416,67 @@ <h5 id="Picturepark_SDK_V1_ContentClient_TransferOwnershipAsync_System_String_Co



</div>


<a id="Picturepark_SDK_V1_ContentClient_TransferOwnershipByFilterAsync_" data-uid="Picturepark.SDK.V1.ContentClient.TransferOwnershipByFilterAsync*"></a>

<h4 id="Picturepark_SDK_V1_ContentClient_TransferOwnershipByFilterAsync_ContentOwnershipBatchTransferFilterRequest_System_Threading_CancellationToken_" data-uid="Picturepark.SDK.V1.ContentClient.TransferOwnershipByFilterAsync(ContentOwnershipBatchTransferFilterRequest,System.Threading.CancellationToken)"><a href="#collapsible-Picturepark_SDK_V1_ContentClient_TransferOwnershipByFilterAsync_ContentOwnershipBatchTransferFilterRequest_System_Threading_CancellationToken_" class="expander" data-toggle="collapse">TransferOwnershipByFilterAsync(ContentOwnershipBatchTransferFilterRequest, CancellationToken)</a></h4>

<div id="collapsible-Picturepark_SDK_V1_ContentClient_TransferOwnershipByFilterAsync_ContentOwnershipBatchTransferFilterRequest_System_Threading_CancellationToken_" class="collapse in">
<div class="markdown level1 summary"><p>Transfer multiple contents ownerships - by filter</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual async Task&lt;BusinessProcess&gt; TransferOwnershipByFilterAsync(ContentOwnershipBatchTransferFilterRequest request, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
</div>

<h5 class="parameters">Parameters</h5>
<table>
<tr>
<td>
<span class="pull-right"><span class="xref">ContentOwnershipBatchTransferFilterRequest</span></span>
<span class="parametername">request</span>
<p><p>Content ownership transfer many request.</p>
</p>
</td>
</tr>
<tr>
<td>
<span class="pull-right"><span class="xref">System.Threading.CancellationToken</span></span>
<span class="parametername">cancellationToken</span>
<p><p>A cancellation token that can be used by other objects or threads to receive notice of cancellation.</p>
</p>
</td>
</tr>
</table>

<h5 class="returns">Returns</h5>
<table>
<tr>
<td>
<span class="xref">System.Threading.Tasks.Task</span>&lt;<span class="xref">BusinessProcess</span>&gt;
<p><p>Business process</p>
</p>
</td>
</tr>
</table>







<h5 id="Picturepark_SDK_V1_ContentClient_TransferOwnershipByFilterAsync_ContentOwnershipBatchTransferFilterRequest_System_Threading_CancellationToken__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Transfers ownerships of multiple contents to specified users. The target users must have the ManageContent UserRight.
<br>The operation is executed asynchronous and is not awaited. Call <a href="#operation/BusinessProcess_WaitForCompletion">WaitForCompletion</a> to wait for the process to finish.</p>
</div>



</div>


Expand Down Expand Up @@ -4083,6 +4144,67 @@ <h5 id="Picturepark_SDK_V1_ContentClient_UpdatePermissionsAsync_System_String_Co



</div>


<a id="Picturepark_SDK_V1_ContentClient_UpdatePermissionsByFilterAsync_" data-uid="Picturepark.SDK.V1.ContentClient.UpdatePermissionsByFilterAsync*"></a>

<h4 id="Picturepark_SDK_V1_ContentClient_UpdatePermissionsByFilterAsync_ContentPermissionsBatchUpdateFilterRequest_System_Threading_CancellationToken_" data-uid="Picturepark.SDK.V1.ContentClient.UpdatePermissionsByFilterAsync(ContentPermissionsBatchUpdateFilterRequest,System.Threading.CancellationToken)"><a href="#collapsible-Picturepark_SDK_V1_ContentClient_UpdatePermissionsByFilterAsync_ContentPermissionsBatchUpdateFilterRequest_System_Threading_CancellationToken_" class="expander" data-toggle="collapse">UpdatePermissionsByFilterAsync(ContentPermissionsBatchUpdateFilterRequest, CancellationToken)</a></h4>

<div id="collapsible-Picturepark_SDK_V1_ContentClient_UpdatePermissionsByFilterAsync_ContentPermissionsBatchUpdateFilterRequest_System_Threading_CancellationToken_" class="collapse in">
<div class="markdown level1 summary"><p>Update multiple contents permissions - by filter</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual async Task&lt;BusinessProcess&gt; UpdatePermissionsByFilterAsync(ContentPermissionsBatchUpdateFilterRequest request, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
</div>

<h5 class="parameters">Parameters</h5>
<table>
<tr>
<td>
<span class="pull-right"><span class="xref">ContentPermissionsBatchUpdateFilterRequest</span></span>
<span class="parametername">request</span>
<p><p>Content permissions update many request.</p>
</p>
</td>
</tr>
<tr>
<td>
<span class="pull-right"><span class="xref">System.Threading.CancellationToken</span></span>
<span class="parametername">cancellationToken</span>
<p><p>A cancellation token that can be used by other objects or threads to receive notice of cancellation.</p>
</p>
</td>
</tr>
</table>

<h5 class="returns">Returns</h5>
<table>
<tr>
<td>
<span class="xref">System.Threading.Tasks.Task</span>&lt;<span class="xref">BusinessProcess</span>&gt;
<p><p>Business process</p>
</p>
</td>
</tr>
</table>







<h5 id="Picturepark_SDK_V1_ContentClient_UpdatePermissionsByFilterAsync_ContentPermissionsBatchUpdateFilterRequest_System_Threading_CancellationToken__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Updates the content permission sets of multiple contents. To get a list of available content permission sets, see <a href="#operation/Permission_SearchContentPermissions">Permissions</a>
<br>The operation is executed asynchronous and is not awaited. Call <a href="#operation/BusinessProcess_WaitForCompletion">WaitForCompletion</a> to wait for the process to finish.</p>
</div>



</div>


Expand Down
3 changes: 2 additions & 1 deletion docs/sdk/site/api/Picturepark.SDK.V1.OutputClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,8 @@ <h4 id="Picturepark_SDK_V1_OutputClient_SearchAsync_OutputSearchRequest_System_T
<h5 class="decalaration">Declaration</h5>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual async Task&lt;OutputSearchResult&gt; SearchAsync(OutputSearchRequest request, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
<pre><code class="lang-csharp hljs">[Obsolete]
public virtual async Task&lt;OutputSearchResult&gt; SearchAsync(OutputSearchRequest request, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
</div>

<h5 class="parameters">Parameters</h5>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ <h5>Inheritance</h5>
<div class="level2"><a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.BusinessProcessClient.html">BusinessProcessClient</a></div>
<div class="level2"><a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.CdnClient.html">CdnClient</a></div>
<div class="level2"><a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.CloudBackupClient.html">CloudBackupClient</a></div>
<div class="level2"><a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.ContentBackupClient.html">ContentBackupClient</a></div>
<div class="level2"><a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.CustomerAssetClient.html">CustomerAssetClient</a></div>
<div class="level2"><a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.CustomerClient.html">CustomerClient</a></div>
<div class="level2"><a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.CustomerOperationClient.html">CustomerOperationClient</a></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,42 +228,6 @@ <h5 class="propertyValue">Property Value</h5>



</div>


<a id="Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_CloudManagerService_ContentBackup_" data-uid="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.CloudManagerService.ContentBackup*"></a>

<h4 id="Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_CloudManagerService_ContentBackup" data-uid="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.CloudManagerService.ContentBackup"><a href="#collapsible-Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_CloudManagerService_ContentBackup" class="expander" data-toggle="collapse">ContentBackup</a></h4>

<div id="collapsible-Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_CloudManagerService_ContentBackup" class="collapse in">
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IContentBackupClient ContentBackup { get; }</code></pre>
</div>





<h5 class="propertyValue">Property Value</h5>
<table>
<tr>
<td>
<span class="xref">IContentBackupClient</span>
<p>
</td>
</tr>
</table>







</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_ExceptionMessage">PictureparkException.ExceptionMessage</a>
</div>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_CloudName">PictureparkException.CloudName</a>
</div>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_ExceptionMessage">PictureparkException.ExceptionMessage</a>
</div>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_CloudName">PictureparkException.CloudName</a>
</div>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_ExceptionMessage">PictureparkException.ExceptionMessage</a>
</div>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_CloudName">PictureparkException.CloudName</a>
</div>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_ExceptionMessage">PictureparkException.ExceptionMessage</a>
</div>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_CloudName">PictureparkException.CloudName</a>
</div>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_ExceptionMessage">PictureparkException.ExceptionMessage</a>
</div>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_CloudName">PictureparkException.CloudName</a>
</div>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_ExceptionMessage">PictureparkException.ExceptionMessage</a>
</div>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_CloudName">PictureparkException.CloudName</a>
</div>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_ExceptionMessage">PictureparkException.ExceptionMessage</a>
</div>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_CloudName">PictureparkException.CloudName</a>
</div>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_ExceptionMessage">PictureparkException.ExceptionMessage</a>
</div>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_CloudName">PictureparkException.CloudName</a>
</div>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_ExceptionMessage">PictureparkException.ExceptionMessage</a>
</div>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_CloudName">PictureparkException.CloudName</a>
</div>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_ExceptionMessage">PictureparkException.ExceptionMessage</a>
</div>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_CloudName">PictureparkException.CloudName</a>
</div>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_ExceptionMessage">PictureparkException.ExceptionMessage</a>
</div>
<div>
<a class="xref" href="Picturepark.SDK.V1.Partial.Picturepark.SDK.V1.CloudManager.Contract.PictureparkException.html#Picturepark_SDK_V1_Partial_Picturepark_SDK_V1_CloudManager_Contract_PictureparkException_CloudName">PictureparkException.CloudName</a>
</div>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
Expand Down
Loading

0 comments on commit 9664c34

Please sign in to comment.