메소드 | 설명 | |
---|---|---|
DeleteFile ( int id ) : |
DELETE's a file by id
|
|
GetFile ( int id ) : |
Gets all the files that belong to an organization
|
|
PostFile ( |
CREATE's a new file for the org passed in
|
|
PutFile ( int id, |
Update a file, for example update the published date by passing in the updated_at field, note this is not a patch and all valus must be passed in.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
GetOrgId ( int fileId ) : int |
public DeleteFile ( int id ) : |
||
id | int | |
리턴 |
public GetFile ( int id ) : |
||
id | int | |
리턴 |
public PostFile ( |
||
file | ||
리턴 |
public PutFile ( int id, |
||
id | int | |
file | ||
리턴 |