Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
GetOrgId ( int fileId ) : int |
public DeleteFile ( int id ) : |
||
id | int | |
Résultat |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetFile ( int id ) : |
||
id | int | |
Résultat |
public PostFile ( |
||
file | ||
Résultat |
public PutFile ( int id, |
||
id | int | |
file | ||
Résultat |