Skip to content

Commit abfe0cc

Browse files
authored
Merge pull request #7025 from MicrosoftDocs/jdaly-main-getoutputs
rename getoutput to getoutputs
2 parents 76a3dd6 + ed11e40 commit abfe0cc

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/getoutput.md",
5+
"redirect_url": "getoutputs",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "powerapps-docs/cards/glossary.md",
510
"redirect_url": "overview",

powerapps-docs/developer/model-driven-apps/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@
294294
href: clientapi/reference/controls/getObject.md
295295
- name: getOptions
296296
href: clientapi/reference/controls/getOptions.md
297-
- name: getOutput
298-
href: clientapi/reference/controls/getoutput.md
297+
- name: getOutputs
298+
href: clientapi/reference/controls/getoutputs.md
299299
- name: getParent
300300
href: clientapi/reference/controls/getParent.md
301301
- name: getSearchQuery

powerapps-docs/developer/model-driven-apps/clientapi/reference/controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ These are the methods available for a Standard control.
5151
<ul>
5252
<li><a href="controls/getLabel.md" data-raw-source="[getLabel](controls/getLabel.md)">getLabel</a></li>
5353
<li><a href="controls/getName.md" data-raw-source="[getName](controls/getName.md)">getName</a></li>
54-
<li><a href="controls/getoutput.md" data-raw-source="[getOutput](controls/getName.md)">getOutput</a></li>
54+
<li><a href="controls/getoutputs.md" data-raw-source="[getOutputs](controls/getoutputs.md)">getOutputs</a></li>
5555
<li><a href="controls/getParent.md" data-raw-source="[getParent](controls/getParent.md)">getParent</a></li>
5656
<li><a href="controls/getVisible.md" data-raw-source="[getVisible](controls/getVisible.md)">getVisible</a></li>
5757

powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/getoutput.md renamed to powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/getoutputs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: control.getOutput (Client API reference)
3-
description: Includes description and supported parameters for the control.getOutput method.
2+
title: control.getOutputs (Client API reference)
3+
description: Includes description and supported parameters for the control.getOutputs method.
44
ms.author: noazarur
55
author: noazarur-microsoft
6-
ms.date: 08/17/2022
6+
ms.date: 09/20/2022
77
ms.reviewer: jdaly
88
ms.topic: reference
99
applies_to: "Dynamics 365 (online)"
@@ -15,7 +15,7 @@ search.app:
1515
contributors:
1616
- JimDaly
1717
---
18-
# control.getOutput (Client API reference)
18+
# control.getOutputs (Client API reference)
1919

2020
Returns a dictionary of the output properties of the control.
2121

@@ -25,7 +25,7 @@ Standard controls.
2525

2626
## Syntax
2727

28-
`formContext.getControl(arg).getOutput();`
28+
`formContext.getControl(arg).getOutputs();`
2929

3030
## Return Value
3131

0 commit comments

Comments
 (0)