CorasWorks web parts have a number of properties that can only be modified by manually editing the DWP file associated with this web part. You can edit a DWP file by exporting the web part to a location of your choice, making the desired changes, and then uploading it back onto your site.
These properties allow you to change the function and display of the web part. Please keep in mind the XML namespace of the web part you are changing, or these properties will not be enabled within the web part. XML namespaces for all CorasWorks web parts are provided in the For Developers help topic.
Also note that some of these properties some may require the use of a "<", ">", or "&" symbol. If that is the case, you will need to replace these characters with their encoded equivalents of "<", ">", and "&" respectively.
These properties are only viewable in the DWP if the default settings have been changed.
This property allows you to change the default MySite
characteristics of the Web Part. Currently the Web Part will modify the URL
"/mysite" to point to "/personal/User". This allows the web part to search
through the MySite section of SharePoint Portal Server. SPS allows the
administrator to alter the URL definition for each SPS server. Because of this,
the DWP Property "MySite" was designed to allow the administrator to alter the
web part in order to support their SPS MySite setup.
Use: <MySite
xmlns="webpart_namespace">/sites/<%Domain%> AND/OR
<%User%></MySite>
Example: <MySite
xmlns="CorasWSC.Document.RollUp">/personal/<%User%></MySite>
Settings:
<%User%> = User Name, <%Domain%> = Domain Name