/
xpxMoveFileToLargeObject
xpxMoveFileToLargeObject
FUNCTION xpxMoveFileToLargeObject (fileName : STRING; largeObjectId : GENERIC) rstat : INTEGER;
This function will move the specified file to the specified large object of type EDM_FILE_TYPE. This function should be used instead of xpxCopyLargeObject() to avoid the copying operation, hence increase the performance of the operation “file to large object”. In an EDMserver system the actual file must be located on the folder EDM_SERVER_CLIENTS_FILES_PATH or on the EDMserver’s “temp” folder. Can be combined with xpxSetUtf8EncodedFileNames
.
Arguments
1 | Type | Name | Comment |
2 | STRING | fileName | path to the given file |
3 | GENERIC | largeObjectId | ID for the large object of type EDM_FILE_TYPE |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.
, multiple selections available,
Related content
xpfMapFile
xpfMapFile
More like this
xpxSetFileMimeType
xpxSetFileMimeType
More like this
xpxSetUtf8EncodedFileNames
xpxSetUtf8EncodedFileNames
More like this
xpxCopyLargeObject
xpxCopyLargeObject
More like this
edmiCopyLargeObject
edmiCopyLargeObject
More like this
xpxCopyLargeObjectEx
xpxCopyLargeObjectEx
More like this