C# 클래스 WopiHost.FileSession

상속: AbstractEditSession
파일 보기 프로젝트 열기: petrsvihlik/WopiHost 1 사용 예제들

공개 메소드들

메소드 설명
FileSession ( IWopiFile file, string sessionId, string login = "Anonymous", string name = "Anonymous", string email = "", bool isAnonymous = true ) : System
GetFileContent ( ) : byte[]
SetFileContent ( byte newContent ) : Action

메소드 상세

FileSession() 공개 메소드

public FileSession ( IWopiFile file, string sessionId, string login = "Anonymous", string name = "Anonymous", string email = "", bool isAnonymous = true ) : System
file IWopiFile
sessionId string
login string
name string
email string
isAnonymous bool
리턴 System

GetFileContent() 공개 메소드

public GetFileContent ( ) : byte[]
리턴 byte[]

SetFileContent() 공개 메소드

public SetFileContent ( byte newContent ) : Action
newContent byte
리턴 Action