CachedDataManager.Remove_User_Folder_Browse Method
Removes a (assumed private) user's folder browse from 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 Remove_User_Folder_Browse(
int User_ID,
string Folder_Name,
Custom_Tracer Tracer
) |
Parameters
- User_ID
- Type: System..::..Int32
Primary key for the user
- Folder_Name
- Type: System..::..String
Name of the folder to remove from the cache
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
See Also