diff options
author | crupest <crupest@outlook.com> | 2020-08-21 23:32:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-21 23:32:53 +0800 |
commit | c79352d27df2506d2ab214f61d60e503a1d7675a (patch) | |
tree | a3831200a2fca0b5a4a46287b38a02a468ab371d /Timeline/Services/TimelineService.cs | |
parent | be532c56158362701a4d5704e995c743ff8b9804 (diff) | |
download | timeline-c79352d27df2506d2ab214f61d60e503a1d7675a.tar.gz timeline-c79352d27df2506d2ab214f61d60e503a1d7675a.tar.bz2 timeline-c79352d27df2506d2ab214f61d60e503a1d7675a.zip |
...
Diffstat (limited to 'Timeline/Services/TimelineService.cs')
-rw-r--r-- | Timeline/Services/TimelineService.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Timeline/Services/TimelineService.cs b/Timeline/Services/TimelineService.cs index 0070fe3e..01f7f5fd 100644 --- a/Timeline/Services/TimelineService.cs +++ b/Timeline/Services/TimelineService.cs @@ -260,6 +260,7 @@ namespace Timeline.Services /// Thrown when timeline with name <paramref name="timelineName"/> does not exist.
/// If it is a personal timeline, then inner exception is <see cref="UserNotExistException"/>.
/// </exception>
+ /// <remarks>
/// This method does not check whether visitor is administrator.
/// Return false if user with user id does not exist.
/// </remarks>
@@ -277,6 +278,7 @@ namespace Timeline.Services /// Thrown when timeline with name <paramref name="timelineName"/> does not exist.
/// If it is a personal timeline, then inner exception is <see cref="UserNotExistException"/>.
/// </exception>
+ /// <remarks>
/// This method does not check whether visitor is administrator.
/// Return false if user with visitor id does not exist.
/// </remarks>
|