Skip to content

Commit fbd9038

Browse files
committed
Revise index
1 parent c9f2c7f commit fbd9038

2 files changed

Lines changed: 18 additions & 20 deletions

File tree

  • content/en/docs/apidocs-mxsdk/apidocs
    • studio-pro-10/extensibility-api/csharp
    • studio-pro-11/extensibility-api/csharp

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/extensibility-api/csharp/_index.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ linktitle: "C# Extensibility API"
44
url: /apidocs-mxsdk/apidocs/csharp-extensibility-api-10/
55
description: "The C# extensibility API allows your custom Studio Pro extensions developed in C# to interact with some internal services of Studio Pro."
66
weight: 10
7-
no_list: false
8-
description_list: true
97
aliases:
108
- /apidocs-mxsdk/apidocs/extensibility-api/
119
---
@@ -20,21 +18,25 @@ For information on new releases of the Extensibility API, see [Extensibility: C#
2018

2119
## Introduction
2220

23-
Extensions can be written in C#, described here, or using a web API which is documented separately in [Extensibility API for Web Developers](/apidocs-mxsdk/apidocs/web-extensibility-api-10/).
21+
Extensions can be written in C#, described here, or using a web API (for more information about the Web API, see [Extensibility API for Web Developers](/apidocs-mxsdk/apidocs/web-extensibility-api-10/)).
2422

25-
If you need to add your own custom UI to Studio Pro, you can achieve this using web technology. Your web-based UI will be rendered in Studio Pro using a hosted web view, the API provides communication functionality between your web UI and the C# extension logic.
23+
To add a custom UI to Studio Pro, you can use web technology. Your web-based UI will be rendered in Studio Pro through a hosted web view, and the API provides communication between your UI and the C# extension logic.
2624

2725
## Prerequisites
2826

29-
* You need at least a basic understanding of the Mendix platform.
30-
* You need some understanding of the Mendix Model.
31-
* You need to have some C# development experience. Extensions are developed using [C#](https://docs.microsoft.com/en-us/dotnet/), and compiled into a `.dll` assembly file.
27+
To use the C# API, you must have:
28+
29+
* A basic understanding of the Mendix platform
30+
* Some understanding of the Mendix Model
31+
* Some C# development experience
32+
33+
Extensions are developed using [C#](https://docs.microsoft.com/en-us/dotnet/) and compiled into a `.dll` assembly file.
3234

3335
## Getting Started
3436

35-
For detailed explanation on how to get started with extensions, check out [Get Started with the Extensibility API](/apidocs-mxsdk/apidocs/csharp-extensibility-api-10/get-started/).
37+
For detailed information on how to get started with extensions, see [Get Started with the Extensibility API](/apidocs-mxsdk/apidocs/csharp-extensibility-api-10/get-started/).
3638

37-
You can also check out our examples and [API reference documentation](https://github.com/mendix/ExtensionAPI-Samples).
39+
You can also review some examples and [API reference documentation](https://github.com/mendix/ExtensionAPI-Samples).
3840

3941
## How-tos
4042

@@ -48,18 +50,14 @@ Here is a list of how-tos for you to begin with:
4850

4951
## Advanced APIs
5052

51-
APIs for the Mendix platform's advanced users:
53+
Below are APIs for advanced users:
5254

5355
* [Use the Untyped Model Access API Using C#](/apidocs-mxsdk/apidocs/untyped-model-access-api-10/)
5456

55-
## Learn More
56-
57-
You can dive into the following topics in depth:
57+
## Reference Guides
5858

59-
* [What are extension points](/apidocs-mxsdk/apidocs/csharp-extensibility-api-10/extension-points/)
60-
* [What are the Extensibility API services](/apidocs-mxsdk/apidocs/csharp-extensibility-api-10/services/)
61-
* [How to Interact with the Model API Using C#](/apidocs-mxsdk/apidocs/interact-with-model-api-10/)
62-
* [How to host web content via a web view wrapper](/apidocs-mxsdk/apidocs/csharp-extensibility-api-10/web-views/)
63-
* [How to Build a Todo Example Extension Using C#](/apidocs-mxsdk/apidocs/csharp-extensibility-api-10/build-todo-example-extension/)
59+
Review the following reference guides to explore additional Extensibility API topics:
6460

65-
## Documentation in This Category
61+
* [Extension Points](/apidocs-mxsdk/apidocs/csharp-extensibility-api-10/extension-points/)
62+
* [Extensibility Services](/apidocs-mxsdk/apidocs/csharp-extensibility-api-10/services/)
63+
* [Extensibility Web Views](/apidocs-mxsdk/apidocs/csharp-extensibility-api-10/web-views/)

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/csharp/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To use the C# API, you must have:
2828

2929
* A basic understanding of the Mendix platform
3030
* Some understanding of the Mendix Model
31-
* Come C# development experience
31+
* Some C# development experience
3232

3333
Extensions are developed using [C#](https://docs.microsoft.com/en-us/dotnet/) and compiled into a `.dll` assembly file.
3434

0 commit comments

Comments
 (0)