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 for permission checks. If not specified, permission checks are ignored.
Returns¶
An instance of DataTable that contains the document list.