Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes of all allocated resources.
|
|
GetCheckFileInfo ( ) : |
Gets information about a file.
|
|
GetFileContent ( ) : byte[] |
Returns content of a file.
|
|
SetFileContent ( byte newContent ) : Action |
Accepts new content of a file and replaces old content with it.
|
Method | Description | |
---|---|---|
AbstractEditSession ( IWopiFile file, string sessionId, string login, string name, string email, bool isAnonymous ) : System |
protected AbstractEditSession ( IWopiFile file, string sessionId, string login, string name, string email, bool isAnonymous ) : System | ||
file | IWopiFile | |
sessionId | string | |
login | string | |
name | string | |
string | ||
isAnonymous | bool | |
return | System |
public GetCheckFileInfo ( ) : |
||
return |
public abstract SetFileContent ( byte newContent ) : Action |
||
newContent | byte | Content to set |
return | Action |