Skip to content

Commit af7995a

Browse files
committed
doc refresh to support beta release
1 parent 1cb92a5 commit af7995a

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docs/transform/modernize-userinterface-site-pages-api.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The default page transformation configuration (webpartmapping.xml) uses built-in functions and selectors to drive the mapping from classic web parts to modern 1st party and 3rd party web parts. This page lists all the available functions.
66

7-
> [!Note]
7+
> [!NOTE]
88
> This page is auto-generated, if you see issues please create a PR against the respective Transformation framework code base.
99
1010
## Functions
@@ -359,3 +359,21 @@ Name|Description
359359
:-----|:----------
360360
Link|If the link was not empty
361361
Content|If no link was specified
362+
### ContentByQuerySelector
363+
364+
**Description:** Analyzes a list and returns if the list can be transformed.
365+
366+
**Example:** `ContentByQuerySelector({ListGuid},{ListName})`
367+
368+
#### Input parameters
369+
370+
Name|Description
371+
:-----|:----------
372+
{ListGuid}|Guid of the list used by the CBQ web part
373+
{ListName}|Name of the list used by the CBQ web part
374+
#### Output values
375+
376+
Name|Description
377+
:-----|:----------
378+
Default|Transform the list
379+
NoTransformation|Don't transform the list

0 commit comments

Comments
 (0)