File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed
powerapps-docs/developer/model-driven-apps Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ },
3
8
{
4
9
"source_path" : " powerapps-docs/cards/glossary.md" ,
5
10
"redirect_url" : " overview" ,
Original file line number Diff line number Diff line change 294
294
href : clientapi/reference/controls/getObject.md
295
295
- name : getOptions
296
296
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
299
299
- name : getParent
300
300
href : clientapi/reference/controls/getParent.md
301
301
- name : getSearchQuery
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ These are the methods available for a Standard control.
51
51
<ul >
52
52
<li ><a href =" controls/getLabel.md " data-raw-source =" [getLabel](controls/getLabel.md) " >getLabel</a ></li >
53
53
<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 >
55
55
<li ><a href =" controls/getParent.md " data-raw-source =" [getParent](controls/getParent.md) " >getParent</a ></li >
56
56
<li ><a href =" controls/getVisible.md " data-raw-source =" [getVisible](controls/getVisible.md) " >getVisible</a ></li >
57
57
Original file line number Diff line number Diff line change 1
1
---
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.
4
4
ms.author : noazarur
5
5
author : noazarur-microsoft
6
- ms.date : 08/17 /2022
6
+ ms.date : 09/20 /2022
7
7
ms.reviewer : jdaly
8
8
ms.topic : reference
9
9
applies_to : " Dynamics 365 (online)"
@@ -15,7 +15,7 @@ search.app:
15
15
contributors :
16
16
- JimDaly
17
17
---
18
- # control.getOutput (Client API reference)
18
+ # control.getOutputs (Client API reference)
19
19
20
20
Returns a dictionary of the output properties of the control.
21
21
@@ -25,7 +25,7 @@ Standard controls.
25
25
26
26
## Syntax
27
27
28
- ` formContext.getControl(arg).getOutput (); `
28
+ ` formContext.getControl(arg).getOutputs (); `
29
29
30
30
## Return Value
31
31
You can’t perform that action at this time.
0 commit comments