Aqualogic Interaction API  
 

IPTCommunity.SetInheritCommunityTemplate Method 

Set whether the Community should inherit the settings of the Community Template. It is true by default. This setting can only be changed when the Community is being created. If it is set to false and it used to be true, then the Community will copy the current settings of the Community template and it will not inherit future changes to the Community template. Setting it to false, when it was already false will have no affect. It cannot be set to true, once it has been set to false.

void SetInheritCommunityTemplate(
   bool bInheritCommunityTemplate
);

Parameters

bInheritCommunityTemplate

See Also

IPTCommunity Interface | com.plumtree.server Namespace