You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This document targets ISVs and any third-party vendors/developers who are developing and maintaining a migration tool.
4
-
ms.date: 09/06/2023
4
+
ms.date: 09/12/2023
5
5
ms.author: jhendr
6
6
author: JoanneHendrickson
7
7
manager: serdars
@@ -105,6 +105,12 @@ Currently there is a maximum of 5000 URL aggregation limits per call.
105
105
106
106
The read asynchronous function will include the SPAsyncReadOptions structure, which covers the optional flags to allow the user to specify version and security setting on the site level more is described below.
107
107
108
+
```csharp
109
+
IncludePermission {get; set;}
110
+
```
111
+
112
+
If set, the permissions associated with files and items are included in the export. If absent or set to false, no permission will be included.
0 commit comments