ItemServices Class
Class supports all the item-level services provided by the SobekCM engine
Namespace: SobekCM.Engine_Library.EndpointsAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public class ItemServices : EndpointBase |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Bookshelf_HTTP_Snippet | Gets the item's marc record in object format for serialization/deserialization |
| Describe_HTML_Snippet | Gets the item's marc record in object format for serialization/deserialization |
| Get_Item_Info_Legacy | Gets the information about a single digital resource |
| GetItemBrief | Gets the information about a single digital resource |
| GetItemCitation | Gets the citation information for a digital resource |
| GetItemEAD | Gets any EAD information related to an item |
| GetItemMarcRecord | Gets the item's marc record in object format for serialization/deserialization |
| GetItemRdf | Gets the complete (language agnostic) web skin, by web skin code |
| GetItemXml | Get the item in a standard XML format, such as dublin core, marcxml, etc.. |
| GetRandomItem | Gets the complete (language agnostic) web skin, by web skin code |
| getSobekItem(String, String, Custom_Tracer) | |
| getSobekItem(String, String, Int32, Custom_Tracer) | |
| getSobekItemGroup | |
| legacy_json_display_item_info | Writes the item information in JSON format directly to the output stream in legacy format |
| Print_HTML_Snippet | Gets the item's marc record in object format for serialization/deserialization |
| Send_Email_HTML_Snippet | Gets the item's marc record in object format for serialization/deserialization |
| Serialize | Serialize the return object, according to the protocol requested (Inherited from EndpointBase.) |
| Share_HTTP_Snippet | Gets the item's marc record in object format for serialization/deserialization |
See Also