{{Attention|This page is under construction.}}
== Basics ==
A Document Proxy object contains the logic of a basic [[Proxy]] object combined with the capability to handle file documents from an interface.
One Document Proxy object can handle both import and export of the same Ubik FileDocument instance via one interface.
{{Hint|A Document Proxy object '''MUST HAVE''' Proxies are instances of PX_DOCUMENT or a derivative of it defined as its [[MetaClass]]!}}The TargetType for DocumentMetaProxy has to should be a FileDocument MetaClass. [[Category:Document|DocumentProxy]][[Category:Interfacing|DocumentProxy]]
== DocumentMetaProxy Setup ==
UBIK provides a DocumentMetaProxy called '''PX_DOCUMENT''' (UID: 58c1a444-3867-41e7-84a2-bd655fb04755) that is derived from PROXYROOT.
The TargetType of DocumentMetaProxies needs to be set to a FileDocumentMetaClass (e.g. a MetaClass derived from FILEDOCUMENT).
</source>
[[Category:Document|DocumentProxy]]
[[Category:Interfacing|DocumentProxy]]
== Properties ==
//Define string for search pattern
string searchPattern = "*.pdf*";
// calling CreateProxies() with filtering options
</source>
[[Category:Document|DocumentProxy]]
[[Category:Interfacing|DocumentProxy]]
==See also==