Aqualogic Interaction API  
 

IPTCommunityManager.CachedOpenCommunityInfo Method 

Returns an IPTCommunityInfo, which can be used by the UI to display a cached version of the community.

IPTCommunityInfo CachedOpenCommunityInfo(
   int nCommunityID,
   bool bCheckLastModified
);

Parameters

nCommunityID
ID of the Community to open
bCheckLastModified
Checks the last modified date of the Community in the DB and loads a fresh entry to cache if the Community info in the cache is old.

Return Value

IPTCommunityInfo

See Also

IPTCommunityManager Interface | com.plumtree.server Namespace