Update Storage/Storage/Public/LCFile.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 14:29:39 +08:00 committed by GitHub
parent 856224efdb
commit a6bef527a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@ namespace LeanCloud.Storage {
}
/// <summary>
/// Creates a new file from an url and a name.
/// Creates a new external file from an url.
/// The file content is saved externally, not copied to LeanCloud.
/// </summary>
/// <param name="name"></param>
/// <param name="url"></param>