Supported Operations

19.4.1.52 SetMetaFileFromPath

FUNCTION DESCRIPTION:

Create a metafile from a path


Parameters:

_user Login name of the executor. 

_pwd Passw ord of the executor. 

_idCodec Id of the codec to use

_xmlFile Xml that contains the data For example <files><file size="" fullname="e:\testdmsource\test.mp4"/></files>

where fullname contains the valid and configured path in Etere

_idAsset Asset Id to where to link the metafile (default=0 not linked)

_fileID File identification (default=blank and self generated by the system according to the Etere rules


Result data example:

<string xmlns="http://www.etere.eu/EtereWSApi">

<?xml version="1.0" encoding="utf-8"?> 

<WSApiResponse> 

<Function Name="SetMetaFileFromPath"> 

<Result IDMetafile="9280" Description="Success"/> 

</Function> 

</WSApiResponse> 

</string>