-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d78fef
commit 9d5c95d
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# SLC-AS-GetViews | ||
# SLC-AS-GetViews | ||
|
||
This script will ask for one script parameter: | ||
|
||
- RootView: Name of the view for which the subviews will be returned. | ||
|
||
## Logic | ||
|
||
The script will log in information events a list of views that are directly under the specified root view. The name and ID of the view are logged. | ||
|
||
## Future Implementation Ideas | ||
|
||
- The script should allow extra input to indicate what level of recursion you would like. The options could be specified by a number, indicating the level of recursion. | ||
Specifying number '1' would show the direct sub views, while '2' would go one level deeper in the tree. | ||
|
||
- Possibility to indicate if you want to specify the root view by name or by ID in the script parameters. |