메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public GetCheckFileInfo ( ) : |
||
리턴 |
public abstract SetFileContent ( byte newContent ) : Action |
||
newContent | byte | Content to set |
리턴 | Action |