CachedDataManager.Store_Project Method (Int32, String, SobekCM_Item, Custom_Tracer)
Stores a user-specific project object on the cache
Namespace: SobekCM.Core.MemoryMgmtAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static void Store_Project(
int UserID,
string Project_Code,
SobekCM_Item StoreObject,
Custom_Tracer Tracer
) |
Parameters
- UserID
- Type: System..::..Int32
Primary key of the user, if this should be stored in the user-specific cache
- Project_Code
- Type: System..::..String
Code which identifies the project
- StoreObject
- Type: SobekCM.Resource_Object..::..SobekCM_Item
Project object to store for later retrieval
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
See Also