Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
how to set Default Document Profiles at the folder level
abc1234
hi
i had created a workspace and folders in it..hw can i set the Default Document Profiles at the folder level?am using worksite 8.1
Find more posts tagged with
Comments
guido1
If I've understood you correctly, you'll need to access the AdditionalProperties collection of the IManFolder object.
So, if you wanted to set the default CUSTOM1 value (normally the Client code in a legal context), you might have some code like:
folder.AdditionalProperties.Add("iMan___25", "ABC123");
where folder is a valid IManFolder object, "iMan___25" represents the CUSTOM1 value, and "ABC123" is a valid entry in the CUSTOM1 table in the database.
RJKnott
PS The "iMan___12" bit is case sensitive, not when saving the value, but when the document picks (or fails to pick) the value.
(looked at this for 4 hours once before someone else pointed it out...)