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
Expand <a href='http://sobekrepository.org/codehelp/engineagnosticlayerdbaccess' title='EngineAgnosticLayerDbAccess'>EngineAgnosticLayerDbAccess Namespace</a>EngineAgnosticLayerDbAccess Namespace
Expand <a href='http://sobekrepository.org/codehelp/builder_library' title='SobekCM.Builder_Library'>Builder_Library Namespace</a>Builder_Library Namespace
Collapse <a href='http://sobekrepository.org/codehelp/core' title='SobekCM.Core'>Core Namespace</a>Core Namespace
Expand <a href='http://sobekrepository.org/codehelp/engine_library' title='SobekCM.Engine_Library'>Engine_Library Namespace</a>Engine_Library Namespace
Expand <a href='http://sobekrepository.org/codehelp/library' title='SobekCM.Library'>Library Namespace</a>Library Namespace
Expand <a href='http://sobekrepository.org/codehelp/resource_object' title='SobekCM.Resource_Object'>Resource_Object Namespace</a>Resource_Object Namespace
Expand <a href='http://sobekrepository.org/codehelp/tools' title='SobekCM.Tools'>Tools Namespace</a>Tools Namespace
MISSING BANNER
Code Details >> Core >> Aggregations >> Item_Aggregation_Views_Searches_Enum

Item_Aggregation_Views_Searches_Enum Enumeration



Enumeration holds all the various types of collection level views


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

Syntax

C#
[SerializableAttribute]
public enum Item_Aggregation_Views_Searches_Enum

Members

Member nameValueDescription
NONE0 No collcetion view or search
Admin_View1 Admin view gives access to aggregation administrative features
Advanced_Search2 Advanced search type allows boolean searching with four different search fields
Advanced_Search_MimeType3 Advanced search type allows boolean searching with four different search fields but also ability to select items that have SOME mimetype ( i.e., some digital resources )
Advanced_Search_YearRange4 Advanced search type allows boolean searching with four different search fields and allows a range of years to be included in the search
All_New_Items5 Browse the list of all items or new items
Basic_Search6 Basic search type allows metadata searching with one search field
Basic_Search_FullTextOption7 Basic search type that includes an option for the user to include full text search in their results
Basic_Search_MimeType8 Basic search type allows metadata searching with one search field but also ability to select items that have SOME mimetype ( i.e., some digital resources )
Basic_Search_YearRange9 Basic search type allows metadata searching with one search field and allows a range of years to be included in the search
Custom_Home_Page10 Custom home page overrides most of the normal home page writing mechanism and just displays a static HTML file
DataSet_Browse11 Browse from a dataset which is pulled in some manner
DLOC_FullText_Search12 dLOC search is a basic search which also includes a check box to exclude or include newspapers
FullText_Search13 Full text search allows the full text of the documents to be searched
Item_Count14 View the item count information for this single aggregation from within the collection viewer wrapper
Manage_Menu15 Menu for aggregation curators and admins gives access to all the special aggregation views they can use
Map_Browse16 View all of the coordinates points present for an item aggregation
Map_Browse_Beta17 View all of the coordinates points present for an item aggregation
Map_Search18 Map searching employs a map to allow the user to select a rectangle of interest
Map_Search_Beta19 Map searching employs a map to allow the user to select a rectangle of interest
Metadata_Browse20 Browse by metadata feature allows a user to see every piece of data in a particular metadata field
Newspaper_Search21 Newspaper search type allows searching with one search field and suggests several metadata fields to search (i.e., newspaper title, full text, location, etc..)
No_Home_Search22 Home page which has no searching enabled
Rotating_Highlight_Search23 Home page search which includes the rotating highlight to the left of a special banner
Rotating_Highlight_MimeType_Search24 Home page search which includes the rotating highlight to the left of a special banner with one search field but also ability to select items that have SOME mimetype ( i.e., some digital resources )
Static_Browse_Info25 Static browse or info view with simply displays static html within the collection wrapper
Usage_Statistics26 View the usage statistics for this single aggregation from within the collection viewer wrapper
User_Permissions27 Displays all the users with their permissions, either individually assigned or assigned through a group, that have special permissions assigned for this aggregation
View_Private_Items28 Views the list of all private items which are in this aggregation from within the collection viewer wrapper
Work_History29 List of all changes against the aggregation itself, such as design or other administrative changes

Remarks

These roughly correspond to the collection viewer class used by the html collection subwriter

See Also



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