Skip to content

Commit c92c134

Browse files
committed
Validation: fix multiple issues
1 parent 373f2a4 commit c92c134

23 files changed

+54
-34
lines changed

docs/schema/commanduiextension-element-customactiondefinition-complextypeapphostwebfeatures.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: CommandUIExtension element (CustomActionDefinition complexType)
3+
description: Describes the CommandUIExtension element (CustomActionDefinition complexType), including element information, definitions, and attributes.
34
manager: soliver
45
ms.date: 9/16/2015
56
ms.audience: Developer
@@ -18,7 +19,7 @@ ms.assetid: 20aba05e-5c24-f8f4-2773-b6563f97aeab
1819
1920
## Element information
2021

21-
| | |
22+
| Name | Value |
2223
|---|---|
2324
| **Element type** | CommandUIExtensionType |
2425
| **Namespace** | `http://schemas.microsoft.com/sharepoint/` |

docs/schema/commanduiextension-element.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: CommandUIExtension element
3+
description:
34
manager: soliver
4-
ms.date: 3/9/2015
5+
ms.date: 06/07/2022
56
ms.audience: Developer
67
ms.topic: reference
78
ms.prod: sharepoint

docs/schema/commanduiextensiontype-complextype-apphostwebfeatures.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: CommandUIExtensionType complexType
3+
description: Describes the CommandUIExtensionType complexType, including type information, elements, attributes, and child elements.
34
manager: soliver
45
ms.date: 9/16/2015
56
ms.audience: Developer
@@ -18,7 +19,7 @@ ms.assetid: 1e7626eb-2820-374e-ae39-be3a3178b2ab
1819
1920
## Type information
2021

21-
| | |
22+
| Name | Value |
2223
|---|---|
2324
| **Namespace** | `http://schemas.microsoft.com/sharepoint/` |
2425
| **Schema file** | apphostwebfeatures.xsd |

docs/schema/commanduihandler-element-commanduihandlerstype-complextypeapphostwebfeatures.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: CommandUIHandler element (CommandUIHandlersType complexType)
3+
description: Describes the CommandUIHandler element (CommandUIHandlersType complexType), including element information, attributes, and parent and child elements.
34
manager: soliver
45
ms.date: 9/16/2015
56
ms.audience: Developer
@@ -18,7 +19,7 @@ ms.assetid: c9937ad2-1d4a-832f-b821-5fd756743383
1819
1920
## Element information
2021

21-
| | |
22+
| Name | Value |
2223
|---|---|
2324
| **Element type** | CommandUIHandlerType |
2425
| **Namespace** | `http://schemas.microsoft.com/sharepoint/` |

docs/schema/commanduihandler-element.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: CommandUIHandler element
3+
description: Describes the CommandUIHandler element, which defines the handler for a command.
34
manager: soliver
45
ms.date: 3/9/2015
56
ms.audience: Developer
@@ -53,10 +54,10 @@ The following sections describe attributes, child elements, and parent elements.
5354
<p>The value of the attribute can contain substitution tokens that are transformed at rendering. The following tokens are recognized:</p>
5455
<ul>
5556
<li><p>`{ItemId}` - ID (GUID) taken from the list view.</p></li>
56-
<li><p>`{ItemUrl}` - Web-relative URL of the list item (<span sdata="cer" target="P:Microsoft.SharePoint.SPListItem.Url"><span class="nolink">Url</span></span>).</p></li>
57-
<li><p>`{RecurrenceId}` - ID of a recurrent item (<span sdata="cer" target="P:Microsoft.SharePoint.SPListItem.RecurrenceID"><span class="nolink">RecurrenceID</span></span>).</p></li>
58-
<li><p>`{SiteUrl}` - The fully qualified URL to the site (<span sdata="cer" target="P:Microsoft.SharePoint.SPWeb.Url"><span class="nolink">Url</span></span>).</p></li>
59-
<li><p>`{ListId}` - ID (GUID) of the list (<span sdata="cer" target="P:Microsoft.SharePoint.SPList.ID"><span class="nolink">ID</span></span>).</p></li>
57+
<li><p>`{ItemUrl}` - Web-relative URL of the list item (Url).</p></li>
58+
<li><p>`{RecurrenceId}` - ID of a recurrent item (RecurrenceID).</p></li>
59+
<li><p>`{SiteUrl}` - The fully qualified URL to the site (Url).</p></li>
60+
<li><p>`{ListId}` - ID (GUID) of the list (ID).</p></li>
6061
<li><p>`{ListUrlDir}` - Server-relative URL of the site plus the list's folder.</p></li>
6162
<li><p>`{Source}` - Fully qualified request URL.</p></li>
6263
<li><p>`{SelectedListId}` - ID (GUID) of the list that is currently selected from a list view.</p></li>

docs/schema/commanduihandlers-element-commanduiextensiontype-complextypeapphostwebfeatures.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: CommandUIHandlers element (CommandUIExtensionType complexType)
3+
description: Describes the CommandUIHandlers element (CommandUIExtensionType complexType), including element information, definition, attributes, and parent & child elements.
34
manager: soliver
45
ms.date: 9/16/2015
56
ms.audience: Developer
@@ -18,7 +19,7 @@ ms.assetid: 14b21d4c-b5ce-ff31-7a91-9bbc3403579b
1819
1920
## Element information
2021

21-
| | |
22+
| Name | Value |
2223
|---|---|
2324
| **Element type** | CommandUIHandlersType |
2425
| **Namespace** | `http://schemas.microsoft.com/sharepoint/` |

docs/schema/commanduihandlers-element.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: CommandUIHandlers element
3+
description: Describes the CommandUIHandlers element, which contains elements that define handlers for user interface events.
34
manager: soliver
45
ms.date: 3/9/2015
56
ms.audience: Developer

docs/schema/commanduihandlerstype-complextype-apphostwebfeatures.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: CommandUIHandlersType complexType
3+
description: Describes the CommandUIHandlersType complexType, including type information and definition, elements and attributes, and child elements.
34
manager: soliver
45
ms.date: 9/16/2015
56
ms.audience: Developer
@@ -18,7 +19,7 @@ ms.assetid: ba5406fa-43ab-29b1-e853-c21f12682ec1
1819
1920
## Type information
2021

21-
| | |
22+
| Name | Value |
2223
|---|---|
2324
| **Namespace** | `http://schemas.microsoft.com/sharepoint/` |
2425
| **Schema file** | apphostwebfeatures.xsd |

docs/schema/commanduihandlertype-complextype-apphostwebfeatures.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: CommandUIHandlerType complexType
3+
description: Describes the CommandUIHandlerType complexType, including type information and definition, elements and attributes, and child elements.
34
manager: soliver
45
ms.date: 9/16/2015
56
ms.audience: Developer
@@ -18,7 +19,7 @@ ms.assetid: e5e5abf0-b87c-0622-375d-831801b1b6b0
1819
1920
## Type information
2021

21-
| | |
22+
| Name | Value |
2223
|---|---|
2324
| **Namespace** | `http://schemas.microsoft.com/sharepoint/` |
2425
| **Schema file** | apphostwebfeatures.xsd |

docs/schema/completematching-element-managedpropertyinfo-complextypesps15xsdsearchset2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: article
77
ms.prod: sharepoint
88
ms.localizationpriority: medium
99
ms.assetid: f54a4a4c-704d-c0af-36c9-bd246a7aa5c1
10-
description: "Last modified: March 09, 2015"
10+
description: "Describes CompleteMatching element (ManagedPropertyInfo complexType), including basic definition, elements and attributes, and parent and child elements."
1111
---
1212

1313
# CompleteMatching element (ManagedPropertyInfo complexType) (SPS15XSDSearchSet2)
@@ -16,7 +16,7 @@ description: "Last modified: March 09, 2015"
1616

1717
## Element information
1818

19-
|||
19+
| Name | Value |
2020
|:-----|:-----|
2121
|**Element type** <br/> |xs:boolean <br/> |
2222
|**Namespace** <br/> |http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration <br/> |

0 commit comments

Comments
 (0)