...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxSetFileMimeType (edmFileId : GENERIC;
fileMimeType : STRING)
status : INTEGER;
|
The function xpxSetFileMimeType sets the MIME-Type(content-type), fileMimeType, of the given EDM_FILE, edmFileId.
To be completed
This function is equivalent to the EDMinterface function edmiSetFileMimeType
See also xpfGetFileMimeType
Arguments
...
Type | Name | Comment |
GENERIC | edmFileId | Id for the given EDM_FILE |
STRING | fileMimeType | MIME-Type(content-type) |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|