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
Copy file name to clipboardExpand all lines: api-reference/beta/api/driveitem-copy.md
+4-53Lines changed: 4 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ In the request body, provide a JSON object with the following parameters.
67
67
>[!NOTE]
68
68
>The `parentReference` parameter should include the `driveId` and `id` parameters for the target folder.
69
69
>
70
-
>In a single request, the `childrenOnly` option copies 150 children items, and for the grandchildren items the SharePoint limit applies. For more information, see [SharePoint limitation](/office365/servicedescriptions/sharepoint-online-service-description/sharepoint-online-limits#moving-and-copying-across-sites)
70
+
>For more information, see [SharePoint limits](/office365/servicedescriptions/sharepoint-online-service-description/sharepoint-online-limits#moving-and-copying-across-sites)
71
71
72
72
> If you use the `@microsoft.graph.conflictBehavior` query parameter with the `childrenOnly` parameter, then every child in the operation will be subject to the `@microsoft.graph.conflictBehavior` specified.
73
73
@@ -306,7 +306,7 @@ The following example shows an example status report obtained by visiting the UR
306
306
}
307
307
```
308
308
309
-
To resolve this error, use the optional query parameter [@microsoft.graph.conflictBehavior](#optional-query-parameters) as seen in the [next example](#example-4-copy-a-file-item-to-a-folder-with-a-preexisting-item-with-the-same-name-by-specifying-the-microsoftgraphconflictbehavior-query-parameter).
309
+
To resolve this error, use the optional query parameter [@microsoft.graph.conflictBehavior](#optional-query-parameters), as shown in Example 4.
310
310
311
311
### Example 4: Copy a file item to a folder with a preexisting item with the same name by specifying the @microsoft.graph.conflictBehavior query parameter
312
312
@@ -588,56 +588,7 @@ Content-Length: 283
588
588
```
589
589
To resolve this error, set the `childrenOnly` parameter to true.
590
590
591
-
### Example 8: Failure to copy more than 150 direct child items
592
-
593
-
The following example attempts to copy the children in a folder identified by `{item-id}` into a folder identified by the `driveId` and `id` values.
594
-
The `childrenOnly` parameter is set to true. The source folder item identified by `{item-id}` contains more than 150 direct children.
595
-
The request fails because the limit is 150 direct children.
To resolve this error, reorganize the source folder structure only to have 150 children.
639
-
640
-
### Example 9: Failure to copy the child items of a file item
591
+
### Example 8: Failure to copy the child items of a file item
641
592
642
593
The following example attempts to copy the children of a source item identified by `{item-id}` into a folder identified by the `driveId` and `id` values.
643
594
The `{item-id}` refers to a file, not a folder. The `childrenOnly` parameter is set to true.
@@ -684,7 +635,7 @@ Content-Length: 290
684
635
}
685
636
```
686
637
687
-
### Example 10: Failure to copy child items by specifying both the childrenOnly and name request body parameters
638
+
### Example 9: Failure to copy child items by specifying both the childrenOnly and name request body parameters
688
639
689
640
The following example attempts to copy the child items in a folder identified by `{item-id}` into a folder identified by the `driveId` and `id` values. The request body sets the `childrenOnly` parameter to true and also specifies a `name` value. The request fails as the `childrenOnly` and `name` parameters are mutually exclusive.
Copy file name to clipboardExpand all lines: api-reference/beta/api/onlinemeeting-update.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ The last column indicates whether updating this property takes effect for an in-
91
91
| allowAttendeeToEnableCamera | Boolean | Indicates whether attendees can turn on their camera. | Yes |
92
92
| allowAttendeeToEnableMic | Boolean | Indicates whether attendees can turn on their microphone. | Yes |
93
93
| allowBreakoutRooms | Boolean | Indicates whether breakout rooms are enabled for the meeting. | No |
94
+
| allowCopyingAndSharingMeetingContent | Boolean | Indicates whether copying and sharing meeting content is enabled for the meeting. | Yes |
94
95
| allowedLobbyAdmitters |[allowedLobbyAdmitterRoles](../resources/onlinemeetingbase.md#allowedlobbyadmitterroles-values)| Specifies the users who can admit from the lobby. Possible values are: `organizerAndCoOrganizersAndPresenters`, `organizerAndCoOrganizers`, `unknownFutureValue`. | Yes |
95
96
| allowedPresenters | onlineMeetingPresenters | Specifies who can be a presenter in a meeting. | Yes |
96
97
| allowLiveShare | meetingLiveShareOptions | Indicates whether live share is enabled for the meeting. | No |
Copy file name to clipboardExpand all lines: api-reference/beta/resources/onlinemeeting.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ Inherits from [onlineMeetingBase](../resources/onlinemeetingbase.md).
48
48
| allowAttendeeToEnableCamera | Boolean | Indicates whether attendees can turn on their camera. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
49
49
| allowAttendeeToEnableMic | Boolean | Indicates whether attendees can turn on their microphone. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
50
50
| allowBreakoutRooms | Boolean | Indicates whether breakout rooms are enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
51
+
| allowCopyingAndSharingMeetingContent | Boolean | Indicates whether copying and sharing meeting content is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
51
52
| allowedLobbyAdmitters |[allowedLobbyAdmitterRoles](../resources/onlinemeetingbase.md#allowedlobbyadmitterroles-values)| Specifies the users who can admit from the lobby. Possible values are: `organizerAndCoOrganizersAndPresenters`, `organizerAndCoOrganizers`, `unknownFutureValue`. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
52
53
| allowedPresenters |[onlineMeetingPresenters](#onlinemeetingpresenters-values)| Specifies who can be a presenter in a meeting. Possible values are: `everyone`, `organization`, `roleIsPresenter`, `organizer`, `unknownFutureValue`. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
53
54
| allowLiveShare |[meetingLiveShareOptions](#meetingliveshareoptions-values)| Indicates whether live share is enabled for the meeting. Possible values are: `enabled`, `disabled`, `unknownFutureValue`. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
@@ -164,6 +165,7 @@ The following JSON representation shows the resource type.
Copy file name to clipboardExpand all lines: api-reference/beta/resources/onlinemeetingbase.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Inherits from [entity](../resources/entity.md).
28
28
| allowAttendeeToEnableCamera | Boolean | Indicates whether attendees can turn on their camera. |
29
29
| allowAttendeeToEnableMic | Boolean | Indicates whether attendees can turn on their microphone. |
30
30
| allowBreakoutRooms | Boolean | Indicates whether breakout rooms are enabled for the meeting. |
31
+
| allowCopyingAndSharingMeetingContent | Boolean | Indicates whether copying and sharing meeting content is enabled for the meeting. |
31
32
| allowedLobbyAdmitters |[allowedLobbyAdmitterRoles](#allowedlobbyadmitterroles-values)| Specifies the users who can admit from the lobby. Possible values are: `organizerAndCoOrganizersAndPresenters`, `organizerAndCoOrganizers`, `unknownFutureValue`. |
32
33
| allowedPresenters |[onlineMeetingPresenters](#onlinemeetingpresenters-values)| Specifies who can be a presenter in a meeting. Possible values are: `everyone`, `organization`, `roleIsPresenter`, `organizer`, `unknownFutureValue`. |
33
34
| allowLiveShare |[meetingLiveShareOptions](#meetingliveshareoptions-values)| Indicates whether live share is enabled for the meeting. Possible values are: `enabled`, `disabled`, `unknownFutureValue`. |
@@ -121,6 +122,7 @@ The following JSON representation shows the resource type.
Copy file name to clipboardExpand all lines: api-reference/beta/resources/plannerteamspublicationinfo.md
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,21 @@ ms.date: 07/22/2024
12
12
13
13
Namespace: microsoft.graph
14
14
15
-
Contains detailed information about the publication process that created a [plannerTask](plannertask.md). A publication process creates copies of tasks based on a template. These tasks are created in multiple plans, and have restricted permissions for the users; for example, they cannot be deleted and users might be blocked from editing certain fields. Publication is used to distribute tasks across an organization and track their progress centrally. This type derives from [plannerTaskCreation](plannerTaskCreation.md).
15
+
Contains detailed information about the publication process that created a [plannerTask](plannertask.md). A publication process creates copies of tasks based on a template. These tasks are created in multiple plans, and have restricted permissions for the users; for example, they can't be deleted and users might be blocked from editing certain fields. Publication is used to distribute tasks across an organization and track their progress centrally.
16
+
17
+
Inherited from [plannerTaskCreation](plannertaskcreation.md).
16
18
17
19
## Properties
18
20
|Property|Type|Description|
19
21
|:---|:---|:---|
20
-
|teamsPublicationInfo|[plannerTeamsPublicationInfo](../resources/plannerteamspublicationinfo.md)|Information about the publication process that created this task. This field is deprecated and should not be used in this resource type. Inherited from [plannerTaskCreation](plannerTaskCreation.md).|
21
-
|creationSourceKind|plannerCreationSourceKind|Specifies what kind of creation source the task is created with. The possible values are: `external`, `publication` and `unknownFutureValue`. The value of this property will be `publication`. Inherited from [plannerTaskCreation](plannerTaskCreation.md).|
22
+
|creationSourceKind|plannerCreationSourceKind|Specifies what kind of creation source the task is created with. The possible values are: `external`, `publication`, `unknownFutureValue`. The default value is `publication`. Inherited from [plannerTaskCreation](plannertaskcreation.md).|
22
23
|lastModifiedDateTime|DateTimeOffset|The date and time when this task was last modified by the publication process. Read-only. |
23
-
|publicationId|String| The identifier of the publication. Read-only.|
24
+
|publicationId|String|The identifier of the publication. Read-only.|
25
+
|publicationName|String|The name of the published task list. Read-only.|
24
26
|publishedToPlanId|String|The identifier of the **plannerPlan** this task was originally placed in. Read-only. |
25
-
|publishingTeamId|String|The identifier of the [team](team.md) that initiated the publication process. Read-only.|
27
+
|publishingTeamId|String|The identifier of the [team](team.md) that initiated the publication process. Read-only.|
26
28
|publishingTeamName|String|The display name of the team that initiated the publication process. This display name is for reference only, and might not represent the most up-to-date name of the team. Read-only. |
29
+
|teamsPublicationInfo|[plannerTeamsPublicationInfo](../resources/plannerteamspublicationinfo.md)|Information about the publication process that created this task. This field is deprecated and shouldn't be used in this resource type. Inherited from [plannerTaskCreation](plannertaskcreation.md).|
27
30
28
31
## Relationships
29
32
None.
@@ -38,12 +41,13 @@ The following JSON representation shows the resource type.
Copy file name to clipboardExpand all lines: api-reference/beta/resources/virtualeventsession.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ Inherits from [onlineMeetingBase](../resources/onlinemeetingbase.md).
32
32
| allowAttendeeToEnableCamera | Boolean | Indicates whether attendees can turn on their camera. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
33
33
| allowAttendeeToEnableMic | Boolean | Indicates whether attendees can turn on their microphone. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
34
34
| allowBreakoutRooms | Boolean | Indicates whether breakout rooms are enabled for the virtual event session. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
35
+
| allowCopyingAndSharingMeetingContent | Boolean | Indicates whether copying and sharing meeting content is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
35
36
| allowedLobbyAdmitters |[allowedLobbyAdmitterRoles](../resources/onlinemeetingbase.md#allowedlobbyadmitterroles-values)| Specifies the users who can admit from the lobby. Possible values are: `organizerAndCoOrganizersAndPresenters`, `organizerAndCoOrganizers`, `unknownFutureValue`. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
36
37
| allowedPresenters |[onlineMeetingPresenters](#onlinemeetingpresenters-values)| Specifies who can be a presenter in a virtual event session. Possible values are: `everyone`, `organization`, `roleIsPresenter`, `organizer`, `unknownFutureValue`. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
37
38
| allowLiveShare |[meetingLiveShareOptions](#meetingliveshareoptions-values)| Indicates whether live share is enabled for the virtual event session. Possible values are: `enabled`, `disabled`, `unknownFutureValue`. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
@@ -119,6 +120,7 @@ The following JSON representation shows the resource type.
0 commit comments