Skip to content

ListDocuments

Lists published documents in the specified folder.

1
$Documents.ListDocuments(folderId: string, identity?: ( string | [Identity](./../Identity/index.md) )):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.

See Also