Modifiable DWP Properties for Document Libraries

CorasWorks web parts have a number of properties that can only be modified by manually editing the DWP file associated with this web part. The property described here applies specifically to document libraries. 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.

The properties described here 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 "&lt;", "&gt;", and "&amp;" respectively.

This property is only viewable in the DWP if the default settings have been changed.

GoDirectlyToItem (Boolean)

This property allows an administrator to specify whether or not and Item in a document library returned by the web part should be linked to the editform.aspx, or go directly to the document itself.

If you set this property to true, the item link will go directly to the document returned. If you set this property to false, the item link will take the user directly to the edit page for the item. This property only applies to document library types.

Use:
<GoDirectlyToItem xmlns="webpart_namespace">true/false</GoDirectlyToItem>

Example:
<GoDirectlyToItem xmlns= "CorasWSC.My.Document.RollUp">true</GoDirectlyToItem>

ShowIcons (Boolean)

This property allows an administrator to specify whether or not a Document displayed should also show the type image of the document type. By setting this property to true, the user will see a type image for each document displayed. By setting this property to false, no type image and type column will be displayed in the return. This property only applies to document library types.

Use:
<ShowIcons xmlns='webpart_namespace'>true/false</ShowIcons>
Example:
<ShowIcons xmlns='CorasWSC.Document.RollUp'>true</ShowIcons>< /FONT>