C# 클래스 CloudinaryDotNet.Actions.FileDescription

Represents a file for uploading to cloudinary
파일 보기 프로젝트 열기: cloudinary/CloudinaryDotNet 1 사용 예제들

공개 메소드들

메소드 설명
FileDescription ( string filePath ) : System

Constructor to upload file by path

FileDescription ( string name, Stream stream ) : System

Constructor to upload file from stream

비공개 메소드들

메소드 설명
GetFileLength ( ) : long
IsLastPart ( ) : bool

메소드 상세

FileDescription() 공개 메소드

Constructor to upload file by path
public FileDescription ( string filePath ) : System
filePath string Either URL (http/https/s3/data) or local path to file
리턴 System

FileDescription() 공개 메소드

Constructor to upload file from stream
public FileDescription ( string name, Stream stream ) : System
name string Resource name
stream Stream Stream to read from (will be disposed with this object)
리턴 System