mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Search >> Metadata_Search_Field >> Constructors >> Constructor (Int16, String, String, String, String, String)

Metadata_Search_Field Constructor (Int16, String, String, String, String, String)



Constructor for a new instance of the Metadata_Search_Field class


Namespace: SobekCM.Core.Search
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public Metadata_Search_Field(
	short ID,
	string Facet_Term,
	string Display_Term,
	string Web_Code,
	string Solr_Field,
	string Name
)

Parameters

ID
Type: System..::..Int16
Primary identifier for this metadata search field
Facet_Term
Type: System..::..String
Term used for this metadata field when displaying facets
Display_Term
Type: System..::..String
Term used for displaying this metadata field in searches and results
Web_Code
Type: System..::..String
Code used within the web application for searches against this field (particularly in the URLs)
Solr_Field
Type: System..::..String
Field name for this search field in the Solr search indexes
Name
Type: System..::..String
Name of this metadata search field (remains fairly constant, and links back to database name)

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )