SobekCM_Database.Tracking_Get_Aggregation_Private_Items Method
Gets the list of all private and dark items linked to an item aggregation
Namespace: SobekCM.Library.DatabaseAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static Private_Items_List Tracking_Get_Aggregation_Private_Items(
string AggregationCode,
int ResultsPerPage,
int ResultsPage,
int Sort,
Custom_Tracer Tracer
) |
Parameters
- AggregationCode
- Type: System..::..String
Code for the item aggregation of interest
- ResultsPerPage
- Type: System..::..Int32
Number of results to return per "page" of results
- ResultsPage
- Type: System..::..Int32
Which page of results to return ( one-based, so the first page is page number of one )
- Sort
- Type: System..::..Int32
Current sort to use ( 0 = default by search or browse, 1 = title, 10 = date asc, 11 = date desc )
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Tracer object keeps track of all executions that take place while meeting a user's request
Return Value
Type:
Private_Items_List Table with all of the item and item group information
Remarks
See Also