forked from microsoft/ReportingServicesTools
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit cd2f91e
committed
Renamed Get-RsCatalogItems to Get-RsFolderContent
Renamed Get-RsCatalogItems to Get-RsFolderContent since its
functionality is more inline with Out-RsFolderContent &
Write-RsFolderContent. Clarified the help. Added help example for the
-Recurse parameter. Added ValueFromPipeline = $true & process {} to
support pipelining.1 parent 2654f0f commit cd2f91e
File tree
2 files changed
+89
-10
lines changed- Functions/CatalogItems
2 files changed
+89
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | - | ||
4 | + | ||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | - | ||
32 | + | ||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | - | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
| |||
46 | 54 | | |
47 | 55 | | |
48 | 56 | | |
49 | - | ||
57 | + | ||
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
53 | 61 | | |
54 | 62 | | |
55 | 63 | | |
56 | - | ||
57 | - | ||
64 | + | ||
58 | 65 | | |
59 | - | ||
60 | - | ||
61 | 66 | | |
62 | - | ||
63 | - | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
0 commit comments