Containers for Micro Focus Content Manager
Micro Focus Content Manager uses containers to organize documents. You can use an
      AddDocument formula to select the container to use when uploading a document.
    
    To add a formula, open the provider in the EDM Provider InfoViewer and click . You can add the AddDocument formula on the Metadata tab.
This example shows how to set the container in the formula:
MetaData.Add("x-microfocus-container-query", "Number:105/035/017") 
    In the example, x-microfocus-container-query is the key to set in the
      metadata object.
Number:<value> is the Micro Focus query to use to retrieve the
      container. This query uses the Micro Focus query language. The example is searching for the
      container where the Number property is
        105/035/017. You can modify the query to search for a container in
      other ways if desired.