• Hi Joe, 

    Hi Joe, 

    thank you for your response. It's exactly what I needed. It was so simple, I can't believe that I didn't try this.

    Thanks,

    Yannick

  • API - Search all files that begins by

    Hi,

    I use the Docuware API in my application and I need to find a list of documents based on the value of their "DOCNAME" field.

    For that I use a DialogExpression with the following condition:

    DialogExpressionCondition cond = DialogExpressionCondition.Create("DOC_NAME", name);
    listExpression.Add(cond);

    My problem is that I want to return all the documents whose names start with this string and not just those with exactly the same name.

    Is there a solution to my problem?

     

    Thanks