Heureka API .NET Documentation
CacheFromProject Method (ICategoryConfig)



Called after the config was imported or deserialized. Method can be used to prepare a cache for faster fetching of control categories from treatment unit guids
Syntax
'Declaration
 
Sub CacheFromProject( _
   ByVal project As IProject _
) 
'Usage
 
Dim instance As ICategoryConfig
Dim project As IProject
 
instance.CacheFromProject(project)
void CacheFromProject( 
   IProject project
)
void CacheFromProject( 
   IProject^ project
) 

Parameters

project
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICategoryConfig Interface
ICategoryConfig Members

Send Feedback