XochisSketches
04/12/2021, 7:22 PMCorey Schwoebel
04/12/2021, 7:25 PMCorey Schwoebel
04/12/2021, 7:27 PMsearch.create({
type: "file",
filters:
[
],
columns:
[
search.createColumn({
name: "name",
sort: search.Sort.ASC,
label: "Name"
}),
search.createColumn({name: "modified", label: "Last Modified"})
]
})
XochisSketches
04/12/2021, 7:28 PMCorey Schwoebel
04/12/2021, 7:29 PM