ListDocuments¶
Lists published documents in the specified folder.
$Documents.ListDocuments(folderId: string, identity?: ( string | Identity )):DataTable (Identity, DataTable)
Parameters¶
string folderId
The ID of the folder to list documents from.
( string | Identity ) identity optional
Optional identity used to create the listing security context. If omitted, the current script context is used.
Returns¶
An instance of DataTable that contains the document list.