CachedDataManager.Retrieve_User_Folder_Browse Method
Retrieves a (assumed private) user's folder browse by user id and folder name
Namespace: SobekCM.Core.MemoryMgmtAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static List<iSearch_Title_Result> Retrieve_User_Folder_Browse(
int User_ID,
string Folder_Name,
int ResultsPage,
int Results_Per_Page,
Custom_Tracer Tracer
) |
Parameters
- User_ID
- Type: System..::..Int32
Primary key for the user
- Folder_Name
- Type: System..::..String
Name of the folder to retrieve
- ResultsPage
- Type: System..::..Int32
The page of matching item results to retrieve from the cache
- Results_Per_Page
- Type: System..::..Int32
Number of results per page
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
List<(Of <(<'iSearch_Title_Result>)>)> Either NULL or the folder browse from the cache
See Also