WebDeck
Tag documents


A tag to provide access to a collection of WebDeck Documents. The Documents tag iterates through the documents available, returning an object named thisDocument for each document in the collection. The following objects are available: thisDocument (Object Type: com.solidstategroup.cms.DocumentAsset. Iterated through for every document in the collection).


Tag Information
Tag Classcom.solidstategroup.cms.taglib.DocumentsTag
TagExtraInfo Classcom.solidstategroup.cms.taglib.DocumentsTagEI
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
articleTypefalsetrueString The articleType
rootArticleTypeIdfalsetruejava.lang.StringNo Description
pagefalsetruejava.lang.String The current page number (omitting this attribute will return all documents)
documentsPerPagefalsetruejava.lang.String The number of documents per page (only used if a pageNumber is specified)
orderByNumberOfDownloadsfalsetruejava.lang.String Returns the documents in order of most to least popular
orderByDatefalsetruejava.lang.String Returns the documents in last modified date order
recurseTreefalsetruejava.lang.String Includes all descendent articleTypes if an articleType articleTypeId is specified
customGroupIdsfalsetrueString If you have created and assigned Custom Groups to some article types, you can limit the result returned to documents, the Article Type of which is assinged to these object IDs. The list should be provided in a a comma seperated String. For example, providing the String "4,5,78,90" will only return documents which have a type that is associated with 1 or more of these four Custom Group IDs
rootTagIdsfalsetrueString If you have created and assigned Tags to some documents, you can limit the results returned to documents of that tag. The list should be provided in a a comma seperated String. For example, providing the String "4,5,78,90" will only return documents which have a tag that is associated with 1 or more of these four Root Tag IDs
tagsfalsetrueString If you have created and assigned Tags to some documents, you can limit the results returned to documents of that tag. The list should be provided in a a comma seperated String. For example, providing the String "news,events,bios" will only return documents which have a tag that is associated with 1 or more of these three tags
sessionTypeIdfalsetruejava.lang.String The version type of these images. Valid values are: 1 - Published Images 3 - Images available for editing;
securityLevelIdfalsetruejava.lang.StringThe security level of the user.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.