<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://community.paperthin.com/adf-docs/index.php?action=history&amp;feed=atom&amp;title=CAPI_Subsite</id>
		<title>CAPI Subsite - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://community.paperthin.com/adf-docs/index.php?action=history&amp;feed=atom&amp;title=CAPI_Subsite"/>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=CAPI_Subsite&amp;action=history"/>
		<updated>2026-05-03T20:26:09Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=CAPI_Subsite&amp;diff=117&amp;oldid=prev</id>
		<title>Renee.mckechnie: Created page with '==Overview== The subsite component allows you create subsites.  ==Example Usage==   &lt;cfscript&gt;   // build structure with subsite data    tmp = structNew();   tmp[&quot;name&quot;] = &quot;testi…'</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=CAPI_Subsite&amp;diff=117&amp;oldid=prev"/>
				<updated>2009-11-22T16:15:39Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;==Overview== The subsite component allows you create subsites.  ==Example Usage==   &amp;lt;cfscript&amp;gt;   // build structure with subsite data    tmp = structNew();   tmp[&amp;quot;name&amp;quot;] = &amp;quot;testi…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Overview==&lt;br /&gt;
The subsite component allows you create subsites.&lt;br /&gt;
&lt;br /&gt;
==Example Usage==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;cfscript&amp;gt;&lt;br /&gt;
  // build structure with subsite data &lt;br /&gt;
  tmp = structNew();&lt;br /&gt;
  tmp[&amp;quot;name&amp;quot;] = &amp;quot;testing&amp;quot;;&lt;br /&gt;
  tmp[&amp;quot;displayName&amp;quot;] = &amp;quot;nice&amp;quot;;&lt;br /&gt;
  tmp[&amp;quot;description&amp;quot;] = &amp;quot;This is the new &lt;br /&gt;
  // build the object for subsites&lt;br /&gt;
  csSubsiteObj = server.ADF.getBean(&amp;quot;CSSubsite_1_0&amp;quot;);	&lt;br /&gt;
  // call the subsite create method &lt;br /&gt;
  results = csSubsiteObj.createSubsite(tmp, 1);&lt;br /&gt;
 &amp;lt;/cfscript&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Note: the second attribute to the &amp;quot;createSubsite()&amp;quot; method is the parentSubsiteID.&lt;br /&gt;
 It essentially, will be the place where the new subsite is created.&lt;br /&gt;
&lt;br /&gt;
== Return Data ==&lt;br /&gt;
The method will return true/false depending on whether or not the subsite was created successfully.&lt;/div&gt;</summary>
		<author><name>Renee.mckechnie</name></author>	</entry>

	</feed>