Skip to content

Commit 7cde44c

Browse files
ElizabethSamuel-MSFTgithub-actions
andauthored
Automatically generated docs (#2305)
Co-authored-by: github-actions <[email protected]>
1 parent a35752c commit 7cde44c

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

docs/docs-ref-autogen/office/office/office.devicepermission.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ methods:
9797
to the user's device capabilities.
9898
9999
100+
- Access to a user's geolocation isn't supported in Excel, PowerPoint, and
101+
Word. It's only supported in Outlook on the web and new Outlook on Windows
102+
using the `requestPermissionsAsync` method.
103+
104+
100105
#### Examples
101106
102107

docs/docs-ref-autogen/office_release/office/office.devicepermission.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ methods:
9797
to the user's device capabilities.
9898
9999
100+
- Access to a user's geolocation isn't supported in Excel, PowerPoint, and
101+
Word. It's only supported in Outlook on the web and new Outlook on Windows
102+
using the `requestPermissionsAsync` method.
103+
104+
100105
#### Examples
101106
102107

generate-docs/api-extractor-inputs-office-release/office.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5441,6 +5441,8 @@ export declare namespace Office {
54415441
*
54425442
* - If a user selects **Deny** from the dialog, the user will be requested for permissions again the next time the add-in requires access to the user's device capabilities.
54435443
*
5444+
* - Access to a user's geolocation isn't supported in Excel, PowerPoint, and Word. It's only supported in Outlook on the web and new Outlook on Windows using the `requestPermissionsAsync` method.
5445+
*
54445446
* @param permissions - An array of device capabilities to which an add-in is requesting access.
54455447
* In web versions of Excel, PowerPoint, and Word, add-ins can only request access to a user's camera and microphone.
54465448
* Access to a user's geolocation is blocked.

generate-docs/api-extractor-inputs-office/office.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5493,6 +5493,8 @@ export declare namespace Office {
54935493
*
54945494
* - If a user selects **Deny** from the dialog, the user will be requested for permissions again the next time the add-in requires access to the user's device capabilities.
54955495
*
5496+
* - Access to a user's geolocation isn't supported in Excel, PowerPoint, and Word. It's only supported in Outlook on the web and new Outlook on Windows using the `requestPermissionsAsync` method.
5497+
*
54965498
* @param permissions - An array of device capabilities to which an add-in is requesting access.
54975499
* In web versions of Excel, PowerPoint, and Word, add-ins can only request access to a user's camera and microphone.
54985500
* Access to a user's geolocation is blocked.

generate-docs/script-inputs/office.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5446,6 +5446,8 @@ declare namespace Office {
54465446
*
54475447
* - If a user selects **Deny** from the dialog, the user will be requested for permissions again the next time the add-in requires access to the user's device capabilities.
54485448
*
5449+
* - Access to a user's geolocation isn't supported in Excel, PowerPoint, and Word. It's only supported in Outlook on the web and new Outlook on Windows using the `requestPermissionsAsync` method.
5450+
*
54495451
* @param permissions An array of device capabilities to which an add-in is requesting access.
54505452
* In web versions of Excel, PowerPoint, and Word, add-ins can only request access to a user's camera and microphone.
54515453
* Access to a user's geolocation is blocked.

generate-docs/script-inputs/office_preview.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5498,6 +5498,8 @@ declare namespace Office {
54985498
*
54995499
* - If a user selects **Deny** from the dialog, the user will be requested for permissions again the next time the add-in requires access to the user's device capabilities.
55005500
*
5501+
* - Access to a user's geolocation isn't supported in Excel, PowerPoint, and Word. It's only supported in Outlook on the web and new Outlook on Windows using the `requestPermissionsAsync` method.
5502+
*
55015503
* @param permissions An array of device capabilities to which an add-in is requesting access.
55025504
* In web versions of Excel, PowerPoint, and Word, add-ins can only request access to a user's camera and microphone.
55035505
* Access to a user's geolocation is blocked.

0 commit comments

Comments
 (0)