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 XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.