From: hsgwon Date: Thu, 30 May 2019 08:16:30 +0000 (+0900) Subject: [MediaContent] Fix description of Delete method (#866) X-Git-Tag: submit/tizen/20190531.005157~1^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7e815530a644bac074769142c4c819f30204012;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [MediaContent] Fix description of Delete method (#866) --- diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs index fff1dfcd1..00a212e55 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs @@ -479,13 +479,13 @@ namespace Tizen.Content.MediaContent /// true if the matched record was found and deleted, otherwise false. /// /// The or the can be used instead.
- /// Since API level 6, If file still exists in file system before calling this method, - /// will be thrown to keep db consistency. + /// Since API level 6, if the file related with the in DB still exists in file system before calling this method, + /// will be thrown to keep consistency in DB. ///
/// /// The is disconnected.
/// -or-
- /// File still exists in file system. (Since API level 6) + /// The file related with the in DB still exists in file system. (Since API level 6) ///
/// The has already been disposed of. /// An error occurred while executing the command.