/// -or-<br/>
/// <paramref name="path"/> contains a hidden path that starts with '.'.<br/>
/// -or-<br/>
- /// <paramref name="path"/> contains a directory containing the ".scan_ignore" file.
+ /// <paramref name="path"/> contains a directory containing the ".scan_ignore" file.(up to API Level 12)
/// </exception>
/// <exception cref="UnauthorizedAccessException">The caller has no required privilege.</exception>
/// <exception cref="NotSupportedException">The required feature is not supported.</exception>
/// <privilege>http://tizen.org/privilege/mediastorage</privilege>
/// <privilege>http://tizen.org/privilege/externalstorage</privilege>
/// <param name="folderPath">The path to scan.</param>
- /// <remarks>Folders that contains a file named ".scan_ignore" will not be scanned.</remarks>
+ /// <remarks>Folders that contains a file named ".scan_ignore" will not be scanned.(up to API Level 12)</remarks>
/// <returns>A task that represents the asynchronous scan operation.</returns>
/// <exception cref="InvalidOperationException">The database is not connected.</exception>
/// <exception cref="ObjectDisposedException">The <see cref="MediaDatabase"/> has already been disposed.</exception>
/// -or-<br/>
/// <paramref name="folderPath"/> contains a hidden path that starts with '.'.<br/>
/// -or-<br/>
- /// <paramref name="folderPath"/> contains a directory containing the ".scan_ignore" file.
+ /// <paramref name="folderPath"/> contains a directory containing the ".scan_ignore" file.(up to API Level 12)
/// </exception>
/// <since_tizen> 4 </since_tizen>
public Task ScanFolderAsync(string folderPath)
/// <privilege>http://tizen.org/privilege/externalstorage</privilege>
/// <param name="folderPath">The path to scan.</param>
/// <param name="recursive">The value indicating if the folder is to be recursively scanned.</param>
- /// <remarks>Folders that contains a file named ".scan_ignore" will not be scanned.</remarks>
+ /// <remarks>Folders that contains a file named ".scan_ignore" will not be scanned.(up to API Level 12)</remarks>
/// <returns>A task that represents the asynchronous scan operation.</returns>
/// <exception cref="InvalidOperationException">The database is not connected.</exception>
/// <exception cref="ObjectDisposedException">The <see cref="MediaDatabase"/> has already been disposed.</exception>
/// -or-<br/>
/// <paramref name="folderPath"/> contains a hidden path that starts with '.'.<br/>
/// -or-<br/>
- /// <paramref name="folderPath"/> contains a directory containing the ".scan_ignore" file.
+ /// <paramref name="folderPath"/> contains a directory containing the ".scan_ignore" file.(up to API Level 12)
/// </exception>
/// <since_tizen> 4 </since_tizen>
public Task ScanFolderAsync(string folderPath, bool recursive)
/// <privilege>http://tizen.org/privilege/externalstorage</privilege>
/// <param name="folderPath">The path to scan.</param>
/// <param name="cancellationToken">The token to stop scanning.</param>
- /// <remarks>Folders that contains a file named ".scan_ignore" will not be scanned.</remarks>
+ /// <remarks>Folders that contains a file named ".scan_ignore" will not be scanned.(up to API Level 12)</remarks>
/// <returns>A task that represents the asynchronous scan operation.</returns>
/// <exception cref="InvalidOperationException">The database is not connected.</exception>
/// <exception cref="ObjectDisposedException">The <see cref="MediaDatabase"/> has already been disposed.</exception>
/// -or-<br/>
/// <paramref name="folderPath"/> contains a hidden path that starts with '.'.<br/>
/// -or-<br/>
- /// <paramref name="folderPath"/> contains a directory containing the ".scan_ignore" file.
+ /// <paramref name="folderPath"/> contains a directory containing the ".scan_ignore" file.(up to API Level 12)
/// </exception>
/// <since_tizen> 4 </since_tizen>
public Task ScanFolderAsync(string folderPath, CancellationToken cancellationToken)
/// <param name="folderPath">The path to scan.</param>
/// <param name="recursive">The value indicating if the folder is to be recursively scanned.</param>
/// <param name="cancellationToken">The token to stop scanning.</param>
- /// <remarks>Folders that contains a file named ".scan_ignore" will not be scanned.</remarks>
+ /// <remarks>Folders that contains a file named ".scan_ignore" will not be scanned.(up to API Level 12)</remarks>
/// <returns>A task that represents the asynchronous scan operation.</returns>
/// <exception cref="InvalidOperationException">The database is not connected.</exception>
/// <exception cref="ObjectDisposedException">The <see cref="MediaDatabase"/> has already been disposed.</exception>
/// -or-<br/>
/// <paramref name="folderPath"/> contains a hidden path that starts with '.'.<br/>
/// -or-<br/>
- /// <paramref name="folderPath"/> contains a directory containing the ".scan_ignore" file.
+ /// <paramref name="folderPath"/> contains a directory containing the ".scan_ignore" file.(up to API Level 12)
/// </exception>
/// <since_tizen> 4 </since_tizen>
public Task ScanFolderAsync(string folderPath, bool recursive, CancellationToken cancellationToken)