Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
ccuser:getsites
Gets all the sites for which the specified user is enabled.
Syntax
<ccuser:getsites name="user name" objvarname="variable name" />Parameters
name (required)
- Name of the user.
objvarname (required)
- Name of the output variable to create.
Example
<!-- Get the sites that this user belongs to --> <userMANAGER.GETuser user="1024340678794" objvarname="myUserObj" /> <ccuser:getsites name="myUserObj" objvarname="siteList"/> <sitelist.GETALL name="siteList" varname="pubidList"/> <BR/> ccuser:getsites: <CSVAR name="Variables.pubidList"/><BR/><BR/>
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.