Hi Folks,

 

I am using the .Net XCC to load content into the MarkLogic (4.1-1) database.
My code uses the ContentFactory to create the content and the Session object
to insert the content:

 

        FileInfo fi = new FileInfo(xmlFile);

        Content content = ContentFactory.NewContent(DocumentURI, fi,
options);

        Session.InsertContent(content);

 

However, I would like to be able to add document properties to the document
when it is inserted to be used as part of a CPF pipeline - so the properties
need to be created when the document is inserted.  Any suggestions?

 

Thank you!

 

Tim Meagher - AAOM Consulting

 

_______________________________________________
General mailing list
General@developer.marklogic.com
http://xqzone.com/mailman/listinfo/general

Reply via email to