MetaData in Connect
The specialist application passes metadata via the interface that is to be stored in the document properties.
Standard document properties can also be described via the Core.
prefix (e.g. Core.Category
for the category). A complete listing can be found in the Metadata documentation.
<?xml version="1.0" encoding="UTF-8"?>
<OneOffixxConnectBatch xmlns="http://schema.oneoffixx.com/OneOffixxConnectBatch/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Entries>
<OneOffixxConnect>
<Arguments>
<TemplateId>6bb49520-1ebd-4f68-bb5f-02f46a9e1ec8</TemplateId>
<LanguageLcid>2055</LanguageLcid>
</Arguments>
<Function name="MetaData" id="c364b495-7176-4ce2-9f7c-e71f302b8096">
<Arguments>
<Value key="Core.Category">Sample Category</Value>
<Value key="SampleKeyForThisInt" type="int">1</Value>
<Value key="SampleKeyForThisString" type="string">Sample Text</Value>
<Value key="SampleKeyForThisDouble" type="double">99.99</Value>
<Value key="SampleKeyForThisBool" type="bool">true</Value>
<Value key="SampleKeyForThisDate" type="date">2017-01-01</Value>
</Arguments>
</Function>
</OneOffixxConnect>
</Entries>
</OneOffixxConnectBatch>