Hi,Where the metadata is getting stored in TeamSite? Is there any database to store the EA values?Thanks in advance..
In TS MetaData is a subset of VFS Extended Attributes. They are kept somewhere in the backing store,actual details are hidden from TS Developers. You can Set/Get MD through GUI, CLT Commands and CSSDKbut that's it.How to use this mechanism is up to you. OpenDeploy allows you to deploy Files with Extended Attributesproviding that your target location is TS VFS. OD's DD Component supports MD deployments to your own Database in both DAS and standalone modes.
Thank you ISCBorisB for reply.How we can set/get MD using CSSDK?