Method | Description | |
---|---|---|
FileExists ( string path ) : bool |
|
|
GetFileNameTypeFromMediaType ( string id, MediaType mediaType ) : string |
|
|
RetrieveImageFile ( string path ) : |
|
|
RetrieveVideoFile ( string path ) : |
|
|
SaveFile ( string path, byte data ) : void |
|
public static FileExists ( string path ) : bool | ||
path | string | |
return | bool |
public static GetFileNameTypeFromMediaType ( string id, MediaType mediaType ) : string | ||
id | string | |
mediaType | MediaType | |
return | string |
public static RetrieveImageFile ( string path ) : |
||
path | string | |
return |
public static RetrieveVideoFile ( string path ) : |
||
path | string | |
return |
public static SaveFile ( string path, byte data ) : void | ||
path | string | |
data | byte | |
return | void |