Home > Contents > 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 > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.