Method | Description | |
---|---|---|
FileSession ( IWopiFile file, string sessionId, string login = "Anonymous", string name = "Anonymous", string email = "", bool isAnonymous = true ) : System | ||
GetFileContent ( ) : byte[] | ||
SetFileContent ( byte newContent ) : Action |
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 | |
string | ||
isAnonymous | bool | |
return | System |
public SetFileContent ( byte newContent ) : Action |
||
newContent | byte | |
return | Action |