X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.Content.MediaContent%2FTizen.Content.MediaContent%2FMediaDatabase.cs;h=b0e69255c3a74b3c3201eca2734ee27906aba0bd;hb=5fa5718a930d8d558a0cc0e0c9637e645926ca73;hp=90a034fac41d47e53bdb57e15b1a3cf8e2e6c02f;hpb=fe4fe91ad4fcec65ff35f6adfedd9f3e8506cb6f;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaDatabase.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaDatabase.cs index 90a034f..b0e6925 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaDatabase.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaDatabase.cs @@ -41,7 +41,7 @@ namespace Tizen.Content.MediaContent /// Connects to the database. /// /// The database is already connected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while connecting. /// 4 public void Connect() @@ -65,7 +65,7 @@ namespace Tizen.Content.MediaContent /// Disconnects from the media database. /// /// The database is not connected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while connecting. /// 4 public void Disconnect() @@ -207,13 +207,16 @@ namespace Tizen.Content.MediaContent /// the record of the media file will be deleted from the database.
///
/// If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.
- /// If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage. + /// If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage.
+ ///
+ /// If http://tizen.org/feature/content.scanning.others feature is not supported and the specified file is other-type, + /// will be thrown. /// /// http://tizen.org/privilege/content.write /// http://tizen.org/privilege/mediastorage /// http://tizen.org/privilege/externalstorage /// The database is not connected. - /// The has already been disposed of. + /// The has already been disposed. /// is null. /// /// is a zero-length string, contains only white space.
@@ -223,6 +226,7 @@ namespace Tizen.Content.MediaContent /// contains a directory containing the ".scan_ignore" file. ///
/// The caller has no required privilege. + /// The required feature is not supported. /// 4 public void ScanFile(string path) { @@ -247,7 +251,7 @@ namespace Tizen.Content.MediaContent /// Folders that contains a file named ".scan_ignore" will not be scanned. /// A task that represents the asynchronous scan operation. /// The database is not connected. - /// The has already been disposed of. + /// The has already been disposed. /// The caller has no required privilege. /// is null. /// @@ -278,7 +282,7 @@ namespace Tizen.Content.MediaContent /// Folders that contains a file named ".scan_ignore" will not be scanned. /// A task that represents the asynchronous scan operation. /// The database is not connected. - /// The has already been disposed of. + /// The has already been disposed. /// The caller has no required privilege. /// is null. /// @@ -309,7 +313,7 @@ namespace Tizen.Content.MediaContent /// Folders that contains a file named ".scan_ignore" will not be scanned. /// A task that represents the asynchronous scan operation. /// The database is not connected. - /// The has already been disposed of. + /// The has already been disposed. /// The caller has no required privilege. /// is null. /// @@ -341,7 +345,7 @@ namespace Tizen.Content.MediaContent /// Folders that contains a file named ".scan_ignore" will not be scanned. /// A task that represents the asynchronous scan operation. /// The database is not connected. - /// The has already been disposed of. + /// The has already been disposed. /// The caller has no required privilege. /// is null. /// @@ -474,9 +478,9 @@ namespace Tizen.Content.MediaContent } /// - /// Gets the value indicating whether the database has been disposed of. + /// Gets the value indicating whether the database has been disposed. /// - /// true if the database has been disposed of; otherwise, false. + /// true if the database has been disposed; otherwise, false. /// 4 public bool IsDisposed => _disposed; #endregion