Engine_Database.Items_By_OCLC_Number Method 
 Returns the list of all items/titles which match a given OCLC number 
Namespace: SobekCM.Engine_Library.DatabaseAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
| C# | 
|---|
| public static Multiple_Paged_Results_Args Items_By_OCLC_Number(
	long OclcNumber,
	bool IncludePrivateItems,
	int ResultsPerPage,
	int Sort,
	bool ReturnSearchStatistics,
	Custom_Tracer Tracer
) | 
Parameters
- OclcNumber
- Type: System..::..Int64
 OCLC number to look for matching items
- IncludePrivateItems
- Type: System..::..Boolean
 Flag indicates whether to include private items in the result set
- ResultsPerPage
- Type: System..::..Int32
 Number of results to return per "page" of results
- Sort
- Type: System..::..Int32
 Current sort to use ( 0 = default by search or browse, 1 = title, 10 = date asc, 11 = date desc )
- ReturnSearchStatistics
- Type: System..::..Boolean
 Flag indicates whether to create and return statistics about the overall search results, generally set to TRUE for the first page requested and subsequently set to FALSE
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
 Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type: 
Multiple_Paged_Results_Args Table with all of the item and item group information which matches the OCLC number 
Remarks
See Also