Serena Collage Support Forum

Ask questions and discuss topics about Serena Collage

This is a public Forum  public

Question

    Anyone integrated an ASP.NET application with Collage?
    Question posted 10/23/08 by Erik Bertrand
    3005 Views, 1 Comment
    Question:
    Anyone integrated an ASP.NET application with Collage?
    Details:

    Hi everyone.  Hopefully at least a few souls out there are still reading/subscribed to this forum...

    Has anyone integrated an ASP.NET web site/application with Collage-controlled content?  I'm reading over the API documentation and am not real encouraged (at least not by the lack of examples), but figure there must be a way to programmatically get at the pages/documents/assets in the Serena DB.

    In short, we're looking to store basic pages for retrieval into a .NET site (as opposed to using Serena itself to display the pages), and index/search a few different document types (events, press/news, and photo galleries).  Any help/pointers would be greatly appreciated!

    Erik Bertrand

    Keywords:
    ASP .NET API document types list search read

    Comments

    • posted 10/24/08 by Erik Bertrand

      *crickets*

      We're just looking for a good sample of the retrieval of non-standard meta and regular field values of an asset.  We're trying to use the queryAssets function, specified with a list of metadata column names (4th parameter) and a list of column names (8th parameter), but we're getting an exception when we issue the call:

                  return pService.queryAssets(SessionID,
                      Merant.Collage.CollageQueryAssets.qmSearchPubtree, 0, "Content", filter, "", "", "Content");

      "Content" is a field within a document type we have, and we'd like to retrieve the value of that field (it's an editable rich text field).  Is this possible?  Help!

      Erik

      Reply to this Comment