Method | Description | |
---|---|---|
DocumentManager ( ) : System | ||
GetDocument ( int id ) : String | ||
GetDocument ( int id, string type ) : String | ||
StoreDocument ( String fileName, Stream fileStream ) : int |
public GetDocument ( int id, string type ) : String | ||
id | int | |
type | string | |
return | String |
public StoreDocument ( String fileName, Stream fileStream ) : int | ||
fileName | String | |
fileStream | Stream | |
return | int |