Folder.GetFolderFileNames Method
Parameters
- folder_id
- EntityID
the id of the folder
- user_id
- EntityID
the user - may be null if for any user without permissions
- pattern
- string
the pattern - may be null if no filtering required
- start_char
- char
the start of character range for the start char - may be char.MinValue if not used
- end_char
- char
the start of character range for the start char - may be char.MaxValue if not used
- db
- IDatabase
the database
Return Value
List<string>the list of file names