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)
IManRefileCmd
taibooz
Hi All,
Has anyone used this command to refile folder's meta data without refile folder security ?
Thanks
Find more posts tagged with
Comments
jny
The IManRefileCmd does not support that; it re-files both. What you could do is use either (1) preserve the security input in an array in your code, then restore it after the execution of the IManRefileCmd or (2) update the folder profile via the IManAdditionalProperties Collection.
Lookup Technical Article number 53607 (under the Tech Library tab above) to see code example and further clarification on how to edit the folder.AdditionalProperties.
taibooz
Hi Guys,
Which command in SDK that can perform the same function as Right Click on a folder in Worksite and select Refile ?
My understanding is that iManRefileCmd only updates the meta-data and security from the documents perspective which inherites the folder's profile/security.
taibooz
I worked it out. Thanks