How to set Folder Property programmatically?

Hi

I create a folder with one column programmatically but i don’t know how to set/ enable the folder property i.e., “Treat view contents as HTML” programmatically.

Please let me know what is the system field i have to update.

Thanks and Regards,

Karthik KS

Subject: Not sure offhand where this property is stored…

If there’s no property in the API you’re using to set this directly (you didn’t say what language you’re using) then experiment to see what the difference is between a view with this property set, and one where it is not set.

If it’s stored in a $Flags or other text item, the easiest way is to open the view design note as a NotesDocument and modify the item. Don’t forget to sign the note when you’re done.

If it’s stored in a binary record, which may well be the case, then the easiest way is to export the folder to DXL, change the DXL, and re-import. If this is a non-complex design it might be simplest to just store the DXL of the full design note in your source, and create the view by importing in the first place.

Subject: Thanks very much !

Hi

Thanks very much ! I use java class to set the folder property. Somehow i did it. How i did was I have a standard folder something like ($Inbox). I get a design note of this folder and copy & rename with new folder name.

Regards,

Karthik KS